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