chore 📦: Update debug message to display ansible_facts.interfaces
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
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:
@@ -20,7 +20,7 @@
|
||||
- name: Display WOL status per interface
|
||||
ansible.builtin.debug:
|
||||
msg: >
|
||||
ansible_facts.interfaces
|
||||
{{ ansible_facts.interfaces }}
|
||||
|
||||
# # ============================================================
|
||||
# # Normalize and validate configuration
|
||||
|
||||
Reference in New Issue
Block a user