Switch to using mirrors instead of direct download
The dl.fp.o domains point to direct download servers which might not be the best place to go to when we can hit a local mirror instead. Change-Id: I352d2fb269ea00e2d92b5012328fc503a503fb0a
This commit is contained in:
parent
f2ac427403
commit
e6b194d8b5
@ -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…
x
Reference in New Issue
Block a user