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:27:27 -06:00
parent ceabce67e4
commit e6b40dfc05

View File

@@ -151,7 +151,7 @@
- name: List pkg_sys to install
debug:
var: "{{ pkg_sys | unique }}"
var: pkg_sys
- name: Install sys_pkgs list using system package manager
become: "{{ sys_pkg_become }}"