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
223223# publish: Whether to publish and distribute the repository. Optional, default is true.
224224rpm_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
You can’t perform that action at this time.
0 commit comments