From 2b4c7fb03a8ba35441fae555ec68359f7d7755f1 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Thu, 6 Jun 2024 18:14:39 +0200 Subject: [PATCH] removed wall message --- Maintenance/maint-reboot.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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