trying to fix pkg_sys var

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 14:33:08 -06:00
parent e6b40dfc05
commit ad961797af

View File

@@ -1,5 +1,9 @@
# vim: set filetype=yaml.ansible :
---
- name: Dump existing pkg_sys
debug:
var: pkg_sys
- name: "Add include task for {{ pkg }}"
ansible.builtin.include_tasks:
file: "pkgs/{{ pkg }}.yml"