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 --- .../openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/openshift_health_checker/preflight/playbooks/tasks') diff --git a/test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml b/test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml index aaacf205e..a41cb3c9a 100644 --- a/test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml +++ b/test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml @@ -6,4 +6,4 @@ dest: /etc/yum.repos.d/{{ repo_name }}.repo section: "{{ repo_name }}" option: enabled - value: 1 + value: "{{ repo_enabled | default(1) }}" -- cgit v1.2.3