something strange is happening. added more debug

This commit is contained in:
Matthew Stobbs
2025-03-31 20:00:28 -06:00
parent 6593947256
commit eb201ce434
2 changed files with 5 additions and 1 deletions

View File

@@ -58,6 +58,10 @@
- yml
name: pkgconfig
- name: Dump pkgconfig
ansible.builtin.debug:
var: pkgconfig
- name: Generate package installation lists
loop: "{{ packages | unique }}"
loop_control: