refactor ♻️: Refactor debug output to include wol_enabled results
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s
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:
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
- name: Display var wol_enabled
|
- name: Display var wol_enabled
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
var: wol_enabled
|
var: wol_enabled.results.stdout
|
||||||
|
|
||||||
|
|
||||||
- name: Check WoL status with ethtool
|
- name: Check WoL status with ethtool
|
||||||
|
|||||||
Reference in New Issue
Block a user