diff options
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml | 1 | 
1 files changed, 1 insertions, 0 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 1a3b557e7..c2847e163 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 @@ -71,6 +71,7 @@      # defined, and overriding the normal behavior of protecting the installed version      openshift_release: "3.2"      openshift_protect_installed_version: False +    upgrading: true  - name: Verify master processes    hosts: oo_masters_to_config | 
