diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-27 12:17:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 12:17:32 -0400 |
commit | c2fd5d29c84bf0351efa5af1acc757cf602d5ed5 (patch) | |
tree | 741c58609522cf9d4805850d77e44e07c8232507 /playbooks/common/openshift-cluster/upgrades | |
parent | 6a9fd57be17d03818eb1f72cc9d62505690eec14 (diff) | |
parent | eb734963d082fee1f721f38be03a2ed5d66e11b8 (diff) | |
download | openshift-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
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 2 |
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 |