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 18:56:25 -06:00
parent ad961797af
commit f7d10104e7
2 changed files with 8 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
- yml
name: srcconfig
- name: Dump packages list
debug:
var: packages
- name: Generate package installation lists
loop: "{{ packages | unique }}"
loop_control:
@@ -48,6 +52,9 @@
ansible.builtin.include_tasks:
file: addpkg.yml
- name: End playbook
meta: end_play
- name: Flush handlers to ensure dependencies are installed
ansible.builtin.meta: flush_handlers