diff options
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml index d8d04470c..cdc691829 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml @@ -2,10 +2,12 @@  ###############################################################################  # Evaluate host groups and gather facts  ############################################################################### -- name: Load openshift_facts and update repos + +- include: ../../common/openshift-cluster/initialize_facts.yml + +- name: Update repos    hosts: oo_masters_to_config:oo_nodes_to_config:oo_etcd_to_config:oo_lb_to_config    roles: -  - openshift_facts    - openshift_repos  - name: Evaluate additional groups for upgrade | 
