Browse Source

remove interpolated g_all_hosts with_items arg from upgrade playbooks

Cody Boggs 9 years ago
parent
commit
11c11f083d

+ 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