File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,9 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
223
223
# publish: Whether to publish and distribute the repository. Optional, default is true.
224
224
rpm_package_repos:
225
225
# EPEL 8 repositories
226
+ # NOTE(Alex-Welsh): NL mirrors fail to sync, so we use DE instead.
226
227
- 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
228
229
# mirror_complete fails with:
229
230
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
230
231
sync_policy: mirror_content_only
@@ -233,7 +234,7 @@ rpm_package_repos:
233
234
sync_group: epel
234
235
distribution_name: extra-packages-for-enterprise-linux-8-x86_64-
235
236
- 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
237
238
base_path: epel/8/Modular/x86_64/
238
239
short_name: epel_modular
239
240
sync_group: epel
You can’t perform that action at this time.
0 commit comments