change case for clarity

Final adjustment is to make it very easy to see with REQUIRES vs NOT
This commit is contained in:
2025-05-27 18:07:38 +00:00
parent 0b39ec69a2
commit 274a73fe13

View File

@@ -10,4 +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."