chore 📦: Update debug message to display ansible_facts.interfaces
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s

Refactor the debug message in the playbook to use Jinja2 syntax for displaying `ansible_facts.interfaces`. This ensures that the output is more readable and consistent with other debug messages.
This commit is contained in:
2025-12-24 09:40:27 +01:00
parent 22bd83b467
commit fda4d88c81

View File

@@ -20,7 +20,7 @@
- name: Display WOL status per interface - name: Display WOL status per interface
ansible.builtin.debug: ansible.builtin.debug:
msg: > msg: >
ansible_facts.interfaces {{ ansible_facts.interfaces }}
# # ============================================================ # # ============================================================
# # Normalize and validate configuration # # Normalize and validate configuration