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