fixing packages for new style

This commit is contained in:
Matthew Stobbs
2025-02-19 22:23:47 -07:00
parent 89f013bac9
commit 48e67be99b
17 changed files with 152 additions and 172 deletions

View File

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