mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Fix CentOS checksum_base
To download the repomd.xml files for checksum creation we also need to point to the internal primary mirror. Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
@@ -10,7 +10,7 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir
|
||||
name="CentOS"
|
||||
type="rsync"
|
||||
url="rsync://10.3.163.235/CentOS-Stream-Ref"
|
||||
checksum_base="http://mirror.stream.centos.org/"
|
||||
checksum_base="http://10.3.163.235/"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^\\d+(?:-stream)?/AppStream/"
|
||||
|
||||
Reference in New Issue
Block a user