|
@@ -31,7 +31,7 @@
|
|
with_items: " {{ groups['oo_nodes_to_config'] }}"
|
|
with_items: " {{ groups['oo_nodes_to_config'] }}"
|
|
when:
|
|
when:
|
|
- hostvars[item].openshift is defined
|
|
- hostvars[item].openshift is defined
|
|
- - hostvars[item].openshift.common.hostname in nodes_to_upgrade.results.results[0]['items'] | map(attribute='metadata.name') | list
|
|
|
|
|
|
+ - hostvars[item].openshift.common.hostname | lower in nodes_to_upgrade.results.results[0]['items'] | map(attribute='metadata.name') | list
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|
|
# Build up the oo_nodes_to_upgrade group, use the list filtered by label if
|
|
# Build up the oo_nodes_to_upgrade group, use the list filtered by label if
|