change case for clarity
Final adjustment is to make it very easy to see with REQUIRES vs NOT
This commit is contained in:
@@ -10,4 +10,4 @@
|
|||||||
|
|
||||||
- name: Display reboot status
|
- name: Display reboot status
|
||||||
debug:
|
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