refactor ♻️: Refactor debug message to use wol_status variable
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s

Updated the debug message to directly utilize the `wol_status` variable, improving readability and reducing redundancy.
This commit is contained in:
2025-12-26 06:49:45 +01:00
parent dbdf1908e7
commit d4b3c31c8e

View File

@@ -50,7 +50,7 @@
- name: Display WoL status
debug:
msg: "{{ wol_status.stdout }}"
msg: "{{ wol_status }}"
- name: Display WOL status summary
ansible.builtin.debug: