File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ dnf_custom_repos_rocky_9:
149
149
file : rocky
150
150
gpgkey : " {{ rocky_9_gpg_key }}"
151
151
gpgcheck : yes
152
+ crb :
153
+ baseurl : " {{ stackhpc_repo_rocky_9_crb_url }}"
154
+ description : " Rocky Linux $releasever - CRB"
155
+ file : rocky
156
+ gpgkey : " {{ rocky_9_gpg_key }}"
157
+ gpgcheck : yes
152
158
extras :
153
159
baseurl : " {{ stackhpc_repo_rocky_9_extras_url }}"
154
160
description : " Rocky Linux $releasever - Extras"
Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ stackhpc_pulp_distribution_rpm_development:
755
755
required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
756
756
- name : " rocky-9-crb-development"
757
757
repository : Rocky Linux 9 - CRB
758
- base_path : " rocky/9/crb /x86_64/os/development"
758
+ base_path : " rocky/9/CRB /x86_64/os/development"
759
759
state : present
760
760
required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
761
761
- name : " rocky-9-highavailability-development"
@@ -954,7 +954,7 @@ stackhpc_pulp_distribution_rpm_production:
954
954
required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
955
955
- name : " rocky-9-crb-production"
956
956
repository : Rocky Linux 9 - CRB
957
- base_path : " rocky/9/crb /x86_64/os/production"
957
+ base_path : " rocky/9/CRB /x86_64/os/production"
958
958
state : present
959
959
required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
960
960
- name : " rocky-9-highavailability-production"
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes synchronisation and DNF configuration of the Rocky Linux 9 CRB repository.
You can’t perform that action at this time.
0 commit comments