|
@@ -51,7 +51,7 @@
|
|
|
register: node_output
|
|
|
delegate_to: "{{ groups.oo_first_master.0 }}"
|
|
|
when: inventory_hostname in groups.oo_nodes_to_config
|
|
|
- until: node_output.results.results[0].status.conditions | selectattr('type', 'equalto', 'Ready') | map(attribute='status') | join | bool == True
|
|
|
+ until: node_output.results.results[0].status.conditions | selectattr('type', 'match', '^Ready$') | map(attribute='status') | join | bool == True
|
|
|
# Give the node two minutes to come back online.
|
|
|
retries: 24
|
|
|
delay: 5
|