Quellcode durchsuchen

increase post-import wait to 30s

Grega Bremec vor 1 Monat
Ursprung
Commit
42e082f362
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      playbooks/roles/deploy-rhbk/tasks/present.yml

+ 3 - 3
playbooks/roles/deploy-rhbk/tasks/present.yml

@@ -366,10 +366,10 @@
       delay: 5
       when: created_import.changed
 
-    - name: Add another 10 seconds because Keycloak flaps.
+    - name: Add another 30 seconds because Keycloak flaps.
       ansible.builtin.pause:
-        prompt: Waiting 10 seconds for Keycloak to settle.
-        seconds: 10
+        prompt: Waiting 30 seconds for Keycloak to settle.
+        seconds: 30
 
   when:
     - realms[rhbk.realm | default('sample-realm')] is not defined