From 43fcb206c1a9d6256e4bc24449f704cd9e2d2eee Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Thu, 6 Jun 2024 18:55:01 +0200 Subject: [PATCH] added pause --- Maintenance/maint-reboot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Maintenance/maint-reboot.yaml b/Maintenance/maint-reboot.yaml index de1e24e..fae56db 100644 --- a/Maintenance/maint-reboot.yaml +++ b/Maintenance/maint-reboot.yaml @@ -10,5 +10,9 @@ async: 1 poll: 0 + - name: Pause for 5 minutes to build app cache + ansible.builtin.pause: + minutes: 1 + - name: Wait for systems to become reachable wait_for_connection: \ No newline at end of file