Browse Source

Merge pull request #1907 from cboggs/fix-issue-1906

Issue 1906: Remove interpolated g_all_hosts with_items arg from upgrade playbooks
Jason DeTiberus 9 years ago
parent
commit
74187bfa9e

+ 1 - 1
playbooks/byo/openshift-cluster/upgrades/v3_0_minor/upgrade.yml

@@ -12,7 +12,7 @@
   - add_host:
       name: "{{ item }}"
       groups: l_oo_all_hosts
-    with_items: "{{ g_all_hosts }}"
+    with_items: g_all_hosts
 
 - hosts: l_oo_all_hosts
   gather_facts: no

+ 1 - 1
playbooks/byo/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml

@@ -12,7 +12,7 @@
   - add_host:
       name: "{{ item }}"
       groups: l_oo_all_hosts
-    with_items: "{{ g_all_hosts }}"
+    with_items: g_all_hosts
 
 - hosts: l_oo_all_hosts
   gather_facts: no

+ 1 - 1
playbooks/byo/openshift-cluster/upgrades/v3_1_minor/upgrade.yml

@@ -12,7 +12,7 @@
   - add_host:
       name: "{{ item }}"
       groups: l_oo_all_hosts
-    with_items: "{{ g_all_hosts }}"
+    with_items: g_all_hosts
 
 - hosts: l_oo_all_hosts
   gather_facts: no