Skip to content

Commit 641faee

Browse files
authored
Merge pull request #392 from stackhpc/fix-epel-8
Switch EPEL 8 mirrors to avoid sync error
2 parents ccd307f + 7da09c2 commit 641faee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,9 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
223223
# publish: Whether to publish and distribute the repository. Optional, default is true.
224224
rpm_package_repos:
225225
# EPEL 8 repositories
226+
# NOTE(Alex-Welsh): NL mirrors fail to sync, so we use DE instead.
226227
- name: Extra Packages for Enterprise Linux 8 - x86_64
227-
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=NL&infra=stock&content=centos&protocol=https
228+
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=DE&infra=stock&content=centos&protocol=https
228229
# mirror_complete fails with:
229230
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
230231
sync_policy: mirror_content_only
@@ -233,7 +234,7 @@ rpm_package_repos:
233234
sync_group: epel
234235
distribution_name: extra-packages-for-enterprise-linux-8-x86_64-
235236
- name: Extra Packages for Enterprise Linux Modular 8 - x86_64
236-
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-modular-8&arch=x86_64&country=NL&infra=stock&content=centos&protocol=https
237+
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-modular-8&arch=x86_64&country=DE&infra=stock&content=centos&protocol=https
237238
base_path: epel/8/Modular/x86_64/
238239
short_name: epel_modular
239240
sync_group: epel

0 commit comments

Comments
 (0)