summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-31 21:11:14 -0400
committerGitHub <noreply@github.com>2017-08-31 21:11:14 -0400
commitc29ef64159a2eaa08d8635aef69088c84d1daede (patch)
treec3595a37073b202159e3cdbc51653f2be6f366ed /playbooks
parenta00df5740d98b1ba8aaef07d3f5ad16a12be3219 (diff)
parent97cc3f9cf8a1d13a9c85f4fb6bf22e0ff01880d5 (diff)
downloadopenshift-c29ef64159a2eaa08d8635aef69088c84d1daede.tar.gz
openshift-c29ef64159a2eaa08d8635aef69088c84d1daede.tar.bz2
openshift-c29ef64159a2eaa08d8635aef69088c84d1daede.tar.xz
openshift-c29ef64159a2eaa08d8635aef69088c84d1daede.zip
Merge pull request #5259 from mtnbikenc/fix-upgrade-auth-check
[BZ1486450] Only run migrate auth for < 3.7
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml1
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