File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ stackhpc_rocky_9_additional_repos:
180
180
- url : " {{ stackhpc_repo_rocky_9_highavailability_url }}"
181
181
file : " rocky-addons.repo"
182
182
tag : " highavailability"
183
+ - url : " {{ stackhpc_repo_rocky_9_sig_security_common_url }}"
184
+ file : " Rocky-SIG-Security-Common.repo"
185
+ tag : " sig_security_common"
183
186
184
187
# List of third-party repositories for Rocky Linux 9
185
188
stackhpc_rocky_9_third_party_repos :
Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_repo_distribution }}"
120
120
stackhpc_repo_rocky_9_highavailability_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/rocky/{{ stackhpc_rocky_9_url_version }}/highavailability/x86_64/os/{{ stackhpc_repo_rocky_9_highavailability_version }}"
121
121
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_repo_distribution }}"
122
122
123
+ # Rocky 9 SIG Security Common
124
+ stackhpc_repo_rocky_9_sig_security_common_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/sig/9/security/x86_64/security-common/{{ stackhpc_repo_rocky_9_sig_security_common_version }}"
125
+ stackhpc_repo_rocky_9_sig_security_common_version : " {{ stackhpc_repo_distribution }}"
126
+
123
127
# EPEL 9
124
128
stackhpc_repo_epel_9_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/epel/9/Everything/x86_64/{{ stackhpc_repo_epel_9_version }}"
125
129
stackhpc_repo_epel_9_version : " {{ stackhpc_repo_distribution }}"
You can’t perform that action at this time.
0 commit comments