From 463c1985d3b0cf3551d1289b53082a9b63a9c2a0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 15 Oct 2024 11:18:18 -0400 Subject: [PATCH] Add additional wait time --- oneshot/update-pvc-daemons.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index b88bce2..561af3a 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -90,9 +90,9 @@ - pvcworkerd - pvchealthd - - name: wait 15 seconds for system to stabilize + - name: wait 30 seconds for system to stabilize pause: - seconds: 15 + seconds: 30 become: no connection: local @@ -111,9 +111,9 @@ command: systemctl reset-failed when: packages.changed - - name: wait 15 seconds for system to stabilize + - name: wait 30 seconds for system to stabilize pause: - seconds: 15 + seconds: 30 become: no connection: local @@ -148,9 +148,9 @@ - pvcapid run_once: yes - - name: wait 15 seconds for system to stabilize + - name: wait 30 seconds for system to stabilize pause: - seconds: 15 + seconds: 30 become: no connection: local