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

fix keycloak ready wait condition

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

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

@@ -354,7 +354,7 @@
         - rhbk_running.resources is defined
         - rhbk_running.resources | length > 0
         - rhbk_running.resources[0].status.phase == "Running"
-        - (rhbk_running.resources[0].status | community.general.json_query('conditions[?type=="Ready"].status'))[0]
+        - (rhbk_running.resources[0].status | community.general.json_query('conditions[?type==`Ready`].status'))[0]
       when: created_import.changed
 
   when: