Browse Source

Only run migrate auth for < 3.7

Russell Teague 7 years ago
parent
commit
97cc3f9cf8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml

+ 1 - 0
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