Update playbooks/check-reboot-needed.yml
This commit is contained in:
@@ -10,5 +10,4 @@
|
||||
|
||||
- name: Display reboot status
|
||||
debug:
|
||||
msg: >
|
||||
{{ inventory_hostname }} {{ 'requires' if reboot_flag.stat.exists else 'does not require' }} a reboot.
|
||||
msg: "{{ inventory_hostname }} {{ 'requires' if reboot_flag.stat.exists else 'does NOT require' }} a reboot."
|
||||
|
||||
Reference in New Issue
Block a user