|
@@ -177,7 +177,7 @@
|
|
|
- co_auth.resources | length == 1
|
|
|
- (co_auth.resources[0].status | community.general.json_query('conditions[?type==`Progressing`].status]))[0]
|
|
|
retries: 24
|
|
|
- wait: 5
|
|
|
+ delay: 5
|
|
|
|
|
|
- name: Wait for co/authentication to finish progressing.
|
|
|
kubernetes.core.k8s_info:
|
|
@@ -192,7 +192,7 @@
|
|
|
- co_auth.resources | length == 1
|
|
|
- not (co_auth.resources[0].status | community.general.json_query('conditions[?type==`Progressing`].status]))[0]
|
|
|
retries: 24
|
|
|
- wait: 5
|
|
|
+ delay: 5
|
|
|
|
|
|
when: patched_oauth.changed
|
|
|
...
|