summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-05-22 13:53:32 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-05-22 14:35:04 -0400
commit8fc3eecb2a8a28faa9ee28aab808fce47d611514 (patch)
tree5e10010611622c43af7ac49dc18edaabb0daeb8d /test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
parent820c100ad4ddb5f53c4c6ac4ce3fc26e8788e261 (diff)
downloadopenshift-8fc3eecb2a8a28faa9ee28aab808fce47d611514.tar.gz
openshift-8fc3eecb2a8a28faa9ee28aab808fce47d611514.tar.bz2
openshift-8fc3eecb2a8a28faa9ee28aab808fce47d611514.tar.xz
openshift-8fc3eecb2a8a28faa9ee28aab808fce47d611514.zip
preflight int tests: fix for openshift_version dep
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
index cd60dee5a..66d43d809 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
@@ -8,13 +8,17 @@
- name: Success when AOS version matches openshift_release
hosts: all
+ pre_tasks:
+
+ # run before roles to prevent openshift_version breaking
+ - include: tasks/enable_repo.yml
+ vars: { repo_name: "ose-3.2" }
+
roles:
- openshift_health_checker
- tasks:
- - block:
- - include: tasks/enable_repo.yml
- vars: { repo_name: "ose-3.2" }
+ post_tasks:
+ - block:
- action: openshift_health_check
args: