mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
10 lines
477 B
YAML
10 lines
477 B
YAML
---
|
|
epel_release:
|
|
"4": 10
|
|
"5": 4
|
|
"6": 8
|
|
"7": 5
|
|
|
|
epel_repo_url: "http://download.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{{ ansible_userspace_architecture }}{{ '/' if ansible_distribution_major_version < '7' else '/e/' }}epel-release-{{ ansible_distribution_major_version }}-{{ epel_release[ansible_distribution_major_version] }}.noarch.rpm"
|
|
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|