1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_epel.git synced 2024-08-16 14:49:49 +02:00
ansible_role_epel/defaults/main.yml

6 lines
294 B
YAML
Raw Normal View History

2020-02-20 16:13:15 +01:00
---
submodules_versioncheck: true
# epel repo
2020-02-20 16:24:54 +01:00
epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
2020-02-20 17:36:04 +01:00
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"