Fix yum_repository for more centos6 EOL fallout
Change: - Use a version specific vars file to specify archive url for EPEL. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
parent
f7adbec626
commit
9e7616b208
1 changed files with 10 additions and 0 deletions
10
test/integration/targets/yum_repository/vars/CentOS-6.yml
Normal file
10
test/integration/targets/yum_repository/vars/CentOS-6.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
yum_repository_test_package: sl
|
||||
yum_repository_test_repo:
|
||||
name: epel
|
||||
description: EPEL yum repo
|
||||
baseurl: https://archives.fedoraproject.org/pub/archive/epel/{{ ansible_facts.distribution_major_version }}/$basearch
|
||||
|
||||
yum_repository_epel:
|
||||
description: Extra Packages for Enterprise Linux {{ ansible_facts.distribution_major_version }} - $basearch
|
||||
mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-{{ ansible_facts.distribution_major_version }}&arch=$basearch
|
||||
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_facts.distribution_major_version }}
|
Loading…
Reference in a new issue