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
|
- name: Install EPEL gpg keys
|
||||||
rpm_key:
|
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
|
state: present
|
||||||
register: _add_yum_keys
|
register: _add_yum_keys
|
||||||
until: _add_yum_keys is success
|
until: _add_yum_keys is success
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
- name: Install EPEL gpg keys
|
- name: Install EPEL gpg keys
|
||||||
rpm_key:
|
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
|
state: present
|
||||||
register: _add_yum_keys
|
register: _add_yum_keys
|
||||||
until: _add_yum_keys is success
|
until: _add_yum_keys is success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user