Skip to content

Commit 2a4ae6c

Browse files
committed
Fix base_path for SIG Security Common repo
The leading pub prefix was added accidentally. Move sig under rocky while here.
1 parent 92aa23f commit 2a4ae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ rpm_package_repos:
681681
distribution_name: rocky-9.4-highavailability-
682682
- name: Rocky Linux 9 - SIG Security Common
683683
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-sig-security-common-9&arch=x86_64&country=NL
684-
base_path: pub/sig/9/security/x86_64/security-common/
684+
base_path: rocky/sig/9/security/x86_64/security-common/
685685
short_name: rocky_9_sig_security_common
686686
distribution_name: rocky-9-sig-security-common-
687687

0 commit comments

Comments
 (0)