more package fixes
This commit is contained in:
@@ -6,9 +6,27 @@
|
||||
vars:
|
||||
pkg: go
|
||||
|
||||
- name: Depend flatpak
|
||||
vars:
|
||||
pkg: flatpak
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
- name: Depend node
|
||||
vars:
|
||||
pkg: nodejs
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
- name: Depend pipx
|
||||
vars:
|
||||
pkg: pipx
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
- name: Depend cargo
|
||||
vars:
|
||||
pkg: cargo
|
||||
pkg: rust
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user