diff --git a/playbooks/check-reboot-needed.yml b/playbooks/check-reboot-needed.yml index 078d188..0ba6d67 100644 --- a/playbooks/check-reboot-needed.yml +++ b/playbooks/check-reboot-needed.yml @@ -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."