add a number of pkgs

- putting package deps and pkgnames in vars/main.yml
This commit is contained in:
Matthew Stobbs
2025-02-09 14:55:38 -07:00
parent b1ba07cf59
commit fc674fe06f
16 changed files with 199 additions and 26 deletions

9
tasks/pkgs/duf.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- ansible.builtin.include_tasks:
file: "pkgs/go.yml"
when:
- pkgconfig_go is undefined
- name: append to gopkgs
ansible.builtin.set_fact:
gopkgs: "{{ gopkgs + [ 'github.com/muesli/duf@latest' ] }}"