From 97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Tue, 29 Aug 2017 15:28:19 -0400 Subject: Only run migrate auth for < 3.7 --- playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks') diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml index 136ad5362..f76fc68d1 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml @@ -15,6 +15,7 @@ - name: Confirm OpenShift authorization objects are in sync command: > {{ openshift.common.client_binary }} adm migrate authorization + when: not openshift.common.version_gte_3_7 | bool changed_when: false register: l_oc_result until: l_oc_result.rc == 0 -- cgit v1.2.1