working through each file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# vim: set filetype=yaml.ansible
|
||||
---
|
||||
- name: Install cargo pkg
|
||||
become: "{{ archive_become }}"
|
||||
community.general.cargo:
|
||||
name: "{{ pkg.cargo.pkg }}"
|
||||
version: "{{ pkg.ver }}"
|
||||
path: "{{ paths.cargo }}"
|
||||
locked: "{{ pkg.cargo.locked }}"
|
||||
|
||||
Reference in New Issue
Block a user