summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-12-02 17:32:19 -0600
committerMatt Clay <matt@mystile.com>2020-12-02 16:39:01 -0800
commit14bde6cb84ecdba3155e231c05b09a11136f9109 (patch)
tree7e7570aac58b79b46a0eaf7c8f5e25ae91fa8c7c
parent6f771ebe2fe732a7030d8a678bfd001f795a8b11 (diff)
downloadansible-14bde6cb84ecdba3155e231c05b09a11136f9109.tar.gz
[iso_extract tests] Fix another bad EPEL hardcode
Change: - Use mirrorlist instead of baseurl here. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
-rw-r--r--test/integration/targets/iso_extract/tasks/7zip.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/iso_extract/tasks/7zip.yml b/test/integration/targets/iso_extract/tasks/7zip.yml
index 266088e639..00b6b91a9c 100644
--- a/test/integration/targets/iso_extract/tasks/7zip.yml
+++ b/test/integration/targets/iso_extract/tasks/7zip.yml
@@ -25,7 +25,7 @@
yum_repository:
name: epel
description: EPEL yum repo
- baseurl: https://download.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/
+ mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-{{ ansible_distribution_major_version }}&arch=$basearch
state: present
when: ansible_distribution in ['CentOS']