소스 검색

fix keycloak ready wait condition

Grega Bremec 1 개월 전
부모
커밋
8c2a3f89c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      playbooks/roles/deploy-rhbk/tasks/present.yml

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

@@ -354,6 +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]
       when: created_import.changed
 
   when: