Update playbooks/check-reboot-needed.yml

This commit is contained in:
2025-05-27 18:06:04 +00:00
parent 30f06e7bfb
commit 0b39ec69a2

View File

@@ -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."