diff --git a/Maintenance/maint-reboot.yaml b/Maintenance/maint-reboot.yaml index acf5c34..33e0780 100644 --- a/Maintenance/maint-reboot.yaml +++ b/Maintenance/maint-reboot.yaml @@ -10,9 +10,9 @@ async: 1 poll: 0 - - name: Pause for 1 minutes + - name: Pause for 15 seconds ansible.builtin.pause: - minutes: 1 + seconds: 15 - name: Wait for systems to become reachable wait_for_connection: \ No newline at end of file