diff --git a/tasks/lxc_install_dnf.yml b/tasks/lxc_install_dnf.yml index 18d5cd78..221605ff 100644 --- a/tasks/lxc_install_dnf.yml +++ b/tasks/lxc_install_dnf.yml @@ -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 diff --git a/tasks/lxc_install_yum.yml b/tasks/lxc_install_yum.yml index 43ded78c..4a173011 100644 --- a/tasks/lxc_install_yum.yml +++ b/tasks/lxc_install_yum.yml @@ -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