fixing issues
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: Install cargo pkg
|
||||
become: "{{ ext_become }}"
|
||||
community.general.cargo:
|
||||
name: "{{ pkg.name }}"
|
||||
version: "{{ pkg.vers }}"
|
||||
path: "{{ paths.cargo }}"
|
||||
name: "{{ pkg.name | default(pkg) }}"
|
||||
version: "{{ pkg.vers | default(omit) }}"
|
||||
path: "{{ paths.cargo | default(omit) }}"
|
||||
locked: "{{ pkg.locked | default(true) }}"
|
||||
|
||||
Reference in New Issue
Block a user