From 95c1cd53121b89f4a30cfe9c219b3336a75facdd Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Dec 2025 08:28:43 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactor=20deb?= =?UTF-8?q?ug=20output=20to=20include=20`wol=5Fenabled`=20results?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the debug output to display the status of `wol_enabled`, enhancing visibility and troubleshooting capabilities. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ad1a2b7..8c4dbea 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,7 +55,7 @@ - name: Display var wol_enabled ansible.builtin.debug: - var: wol_enabled + var: wol_enabled.results.stdout - name: Check WoL status with ethtool