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

5
tasks/pkgs/bat.yml Normal file
View File

@@ -0,0 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: append to syspkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + [ 'bat' ] }}"