Skip to content

Commit

Permalink
Merge pull request geerlingguy#13 from derekrspencer/master
Browse files Browse the repository at this point in the history
PR geerlingguy#13: Use current official URL for epel_repo_url.
  • Loading branch information
geerlingguy committed Sep 9, 2015
2 parents 8582c10 + 5830470 commit c145703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

epel_repo_url: "http://download.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_url: "https://dl.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 c145703

Please sign in to comment.