Merge "Switch to using mirrors instead of direct download"

This commit is contained in:
Zuul 2019-02-09 03:35:44 +00:00 committed by Gerrit Code Review
commit 459355449a
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