diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-29 15:28:19 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-08-29 15:28:19 -0400 |
commit | 97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5 (patch) | |
tree | 2a49c543a695a823ff8241a288cd87718b906038 /playbooks/common | |
parent | 76344e68b32059d23e649a8bfc7a6b6bdafc84b7 (diff) | |
download | openshift-97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5.tar.gz openshift-97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5.tar.bz2 openshift-97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5.tar.xz openshift-97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5.zip |
Only run migrate auth for < 3.7
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |