Преглед на файлове

add another 10 sec wait for rhbk to settle

Grega Bremec преди 3 дни
родител
ревизия
6f48f06748
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      playbooks/roles/deploy-rhbk/tasks/present.yml

+ 5 - 0
playbooks/roles/deploy-rhbk/tasks/present.yml

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