refactor ♻️: Refactor debug message to use wol_status variable
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 message to directly utilize the `wol_status` variable, improving readability and reducing redundancy.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
- name: Display WoL status
|
||||
debug:
|
||||
msg: "{{ wol_status.stdout }}"
|
||||
msg: "{{ wol_status }}"
|
||||
|
||||
- name: Display WOL status summary
|
||||
ansible.builtin.debug:
|
||||
|
||||
Reference in New Issue
Block a user