more packages fixed

- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
Matthew Stobbs
2025-02-20 12:22:50 -07:00
parent 48e67be99b
commit c0400949c3
34 changed files with 132 additions and 206 deletions

View File

@@ -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) }}"