refactor ♻️: Refactor debug output to include wol_enabled results
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s

Updated the debug output to display the status of `wol_enabled`, enhancing visibility and troubleshooting capabilities.
This commit is contained in:
2025-12-26 08:28:43 +01:00
parent 7c9d61cbe5
commit 95c1cd5312

View File

@@ -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