From fda4d88c817541c30d47569bb4b7deda1f3b3fc3 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 24 Dec 2025 09:40:27 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20debug=20messag?= =?UTF-8?q?e=20to=20display=20ansible=5Ffacts.interfaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0e86446..9901ba2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,7 @@ - name: Display WOL status per interface ansible.builtin.debug: msg: > - ansible_facts.interfaces + {{ ansible_facts.interfaces }} # # ============================================================ # # Normalize and validate configuration