finished list, now to test them all
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible
|
||||
# vim: set filetype=yaml.ansible :
|
||||
#
|
||||
## Helper: cargo.yml
|
||||
## Description: Install packages using the cargo command
|
||||
@@ -7,10 +7,6 @@
|
||||
## version: cargo version, omitted if empty
|
||||
## locked: _bool_, optional. Default false
|
||||
---
|
||||
- name: Dump install vars
|
||||
ansible.builtin.debug:
|
||||
var: pkg
|
||||
|
||||
- name: Install with cargo {{ pkg.name }}
|
||||
become: "{{ install_become }}"
|
||||
become_user: "{{ install_become_user }}"
|
||||
|
||||
Reference in New Issue
Block a user