Merge "Switch to using mirrors instead of direct download"
This commit is contained in:
commit
459355449a
@ -78,7 +78,7 @@
|
||||
|
||||
- name: Install EPEL gpg keys
|
||||
rpm_key:
|
||||
key: "http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7"
|
||||
key: "http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7"
|
||||
state: present
|
||||
register: _add_yum_keys
|
||||
until: _add_yum_keys is success
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
- name: Install EPEL gpg keys
|
||||
rpm_key:
|
||||
key: "http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7"
|
||||
key: "http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7"
|
||||
state: present
|
||||
register: _add_yum_keys
|
||||
until: _add_yum_keys is success
|
||||
|
Loading…
Reference in New Issue
Block a user