summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-02-27 13:30:12 -0500
committerAndrew Butcher <abutcher@redhat.com>2017-02-27 13:30:12 -0500
commit5a7e51d063ac661811c26b72232a58c65615b8f6 (patch)
treeff759679b6709edfe17b753c58565f8e5a5c6bca /playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
parenta451a468747a6d40ef65a4e4baca923b9adc74ea (diff)
downloadopenshift-5a7e51d063ac661811c26b72232a58c65615b8f6.tar.gz
openshift-5a7e51d063ac661811c26b72232a58c65615b8f6.tar.bz2
openshift-5a7e51d063ac661811c26b72232a58c65615b8f6.tar.xz
openshift-5a7e51d063ac661811c26b72232a58c65615b8f6.zip
Correct typo in haproxy router collection.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/post_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/post_control_plane.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
index 01c1e0c15..6f096f705 100644
--- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
@@ -22,7 +22,7 @@
selector: 'router'
register: all_routers
- - set_fact: haproxy_routers="{{ (all_routers.reults.results[0]['items'] | oo_pods_match_component(openshift_deployment_type, 'haproxy-router') | oo_select_keys_from_list(['metadata']) }}"
+ - set_fact: haproxy_routers="{{ all_routers.results.results[0]['items'] | oo_pods_match_component(openshift_deployment_type, 'haproxy-router') | oo_select_keys_from_list(['metadata']) }}"
when:
- all_routers.results.returncode == 0