summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-05-24 14:08:24 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-05-24 14:26:47 -0400
commita87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 (patch)
tree8f0688d235217a23ae55ba911e466dfe44b45a26 /test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml
parent0e19323dee9955000d1ffb16639b4729b0af9a22 (diff)
downloadopenshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.gz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.bz2
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.xz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.zip
preflight int tests: fix for package_version changes
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/tasks/enable_repo.yml2
1 files changed, 1 insertions, 1 deletions
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 a41cb3c9a..6022f4289 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
@@ -3,7 +3,7 @@
# believe it or not we can't use the yum_repository module for this.
# https://github.com/ansible/ansible-modules-extras/issues/2384
ini_file:
- dest: /etc/yum.repos.d/{{ repo_name }}.repo
+ dest: /etc/yum.repos.d/{{ repo_file | default(repo_name) }}.repo
section: "{{ repo_name }}"
option: enabled
value: "{{ repo_enabled | default(1) }}"