diff --git a/Maintenance/maint-reboot.yaml b/Maintenance/maint-reboot.yaml index 132e173..ca0cb33 100644 --- a/Maintenance/maint-reboot.yaml +++ b/Maintenance/maint-reboot.yaml @@ -5,5 +5,8 @@ tasks: - name: Reboot machine - ansible.builtin.reboot: - reboot_timeout: 3600 \ No newline at end of file + reboot: + when: True + become: true + args: + - "--no-wall" \ No newline at end of file