Skip to content

Commit

Permalink
Merge pull request geerlingguy#10 from rahulsundaram/fixurl
Browse files Browse the repository at this point in the history
Use static url links, fixes geerlingguy#9.
  • Loading branch information
geerlingguy committed May 1, 2015
2 parents bbb2f4c + e9395ba commit 8582c10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
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_url: "http://download.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"

0 comments on commit 8582c10

Please sign in to comment.