diff options
3 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_0_minor/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_0_minor/upgrade.yml index 59d275d52..76bfff9b6 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_0_minor/upgrade.yml +++ b/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 diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml index 239da4df0..c17446162 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml +++ b/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 diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_1_minor/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_1_minor/upgrade.yml index 9363442aa..99592d85a 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_1_minor/upgrade.yml +++ b/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  | 
