From eb734963d082fee1f721f38be03a2ed5d66e11b8 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Thu, 27 Jul 2017 12:14:52 -0400 Subject: Fix incorrect delegate_to in control plane upgrade --- playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1