From 8fc3eecb2a8a28faa9ee28aab808fce47d611514 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Mon, 22 May 2017 13:53:32 -0400 Subject: preflight int tests: fix for openshift_version dep --- .../preflight/playbooks/package_update_dep_missing.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml') diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml index 7b6e71f91..0929b73ce 100644 --- a/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml +++ b/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml @@ -8,9 +8,16 @@ - name: Fails when a dependency required for update is missing 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: + + post_tasks: - block: - include: tasks/enable_repo.yml -- cgit v1.2.3