fix 🐛: Update wol_status message to include .stdout
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s
Modified the `wol_status` function to include the standard output in its message, ensuring more comprehensive status information is provided.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
- name: Display WoL status
|
- name: Display WoL status
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ wol_status }}"
|
msg: "{{ wol_status.stdout}}"
|
||||||
|
|
||||||
- name: Display WOL status summary
|
- name: Display WOL status summary
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user