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:
Mohammed Naser 2019-02-02 17:13:40 -05:00
parent f2ac427403
commit e6b194d8b5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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