From a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Wed, 24 May 2017 14:08:24 -0400 Subject: preflight int tests: fix for package_version changes --- .../preflight/playbooks/package_version_matches.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml') 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 66d43d809..58bed0fc0 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 @@ -20,6 +20,10 @@ post_tasks: - block: + # disable extras so we control docker version + - include: tasks/enable_repo.yml + vars: { repo_file: "CentOS-Base", repo_name: "extras", repo_enabled: 0 } + - action: openshift_health_check args: checks: [ 'package_version' ] -- cgit v1.2.1