Browse Source

Merge pull request #7869 from mtnbikenc/drop_clear_facts

Removing clear_facts from 3.10 upgrade
Russell Teague 7 years ago
parent
commit
7875c85f5d

+ 0 - 1
playbooks/common/openshift-cluster/upgrades/v3_10/upgrade_control_plane.yml

@@ -19,7 +19,6 @@
 - name: Configure the upgrade target for the common upgrade tasks 3.10
   hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config
   tasks:
-  - meta: clear_facts
   - set_fact:
       openshift_upgrade_target: '3.10'
       openshift_upgrade_min: '3.9'