more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: Install cargo pkg
|
||||
become: "{{ archive_become }}"
|
||||
community.general.cargo:
|
||||
name: "{{ pkg.cargo.pkg }}"
|
||||
version: "{{ pkg.ver }}"
|
||||
name: "{{ pkg.name }}"
|
||||
version: "{{ pkg.vers }}"
|
||||
path: "{{ paths.cargo }}"
|
||||
locked: "{{ pkg.cargo.locked }}"
|
||||
locked: "{{ pkg.locked | default(true) }}"
|
||||
|
||||
Reference in New Issue
Block a user