mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
Merge pull request #83 from skyl/patch-1
More standard url for EPEL Repo
This commit is contained in:
commit
a2a619e560
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Download EPEL Repo
|
||||
get_url: url=http://mirror-fpt-telecom.fpt.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm
|
||||
get_url: url=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm
|
||||
|
||||
- name: Install EPEL Repo
|
||||
command: rpm -ivh /tmp/epel-release-6-8.noarch.rpm creates=/etc/yum.repos.d/epel.repo
|
||||
|
|
Loading…
Reference in a new issue