浏览代码

Merge pull request #4902 from sdodson/fix-control-plane-upgrade

Fix incorrect delegate_to in control plane upgrade
Scott Dodson 8 年之前
父节点
当前提交
c2fd5d29c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

+ 1 - 1
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