add debug messages for package lists

This commit is contained in:
Matthew Stobbs
2025-03-25 13:33:02 -06:00
parent 6d124fa626
commit 3598dc11bb
2 changed files with 83 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
when:
- ansible_lint_configured is undefined
block:
- name: Append ansible-lint to sys_pkg
- name: Append ansible-lint to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['ansible-lint'] }}"