summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-27 12:17:32 -0400
committerGitHub <noreply@github.com>2017-07-27 12:17:32 -0400
commitc2fd5d29c84bf0351efa5af1acc757cf602d5ed5 (patch)
tree741c58609522cf9d4805850d77e44e07c8232507
parent6a9fd57be17d03818eb1f72cc9d62505690eec14 (diff)
parenteb734963d082fee1f721f38be03a2ed5d66e11b8 (diff)
downloadopenshift-c2fd5d29c84bf0351efa5af1acc757cf602d5ed5.tar.gz
openshift-c2fd5d29c84bf0351efa5af1acc757cf602d5ed5.tar.bz2
openshift-c2fd5d29c84bf0351efa5af1acc757cf602d5ed5.tar.xz
openshift-c2fd5d29c84bf0351efa5af1acc757cf602d5ed5.zip
Merge pull request #4902 from sdodson/fix-control-plane-upgrade
Fix incorrect delegate_to in control plane upgrade
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 695dc3140..6a0471948 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -157,7 +157,7 @@
- l_pb_upgrade_control_plane_post_upgrade_storage.rc != 0
- openshift_upgrade_post_storage_migration_fatal | default(false,true) | bool
run_once: true
- delegate_to: oo_first_master
+ delegate_to: "{{ groups.oo_first_master.0 }}"
- set_fact:
master_update_complete: True