diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-27 12:14:52 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-07-27 12:14:52 -0400 |
commit | eb734963d082fee1f721f38be03a2ed5d66e11b8 (patch) | |
tree | 741c58609522cf9d4805850d77e44e07c8232507 /playbooks | |
parent | 6a9fd57be17d03818eb1f72cc9d62505690eec14 (diff) | |
download | openshift-eb734963d082fee1f721f38be03a2ed5d66e11b8.tar.gz openshift-eb734963d082fee1f721f38be03a2ed5d66e11b8.tar.bz2 openshift-eb734963d082fee1f721f38be03a2ed5d66e11b8.tar.xz openshift-eb734963d082fee1f721f38be03a2ed5d66e11b8.zip |
Fix incorrect delegate_to in control plane upgrade
Diffstat (limited to 'playbooks')
-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 |