From d4b3c31c8ec6f39e8a6ab9b7e5a793a8f73cfb24 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Dec 2025 06:49:45 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactor=20deb?= =?UTF-8?q?ug=20message=20to=20use=20wol=5Fstatus=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the debug message to directly utilize the `wol_status` variable, improving readability and reducing redundancy. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b359102..b3ff2c2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -50,7 +50,7 @@ - name: Display WoL status debug: - msg: "{{ wol_status.stdout }}" + msg: "{{ wol_status }}" - name: Display WOL status summary ansible.builtin.debug: