File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ stackhpc_pulp_sync_el_8: "{{ stackhpc_pulp_sync_rocky_8 or stackhpc_pulp_sync_ce
232
232
233
233
# Whether to sync Rocky Linux 9 packages.
234
234
stackhpc_pulp_sync_rocky_9 : " {{ os_distribution == 'rocky' and os_release == '9' }}"
235
- # Rocky 9 minor version number. Supported values: 1, 2. Default is 2
236
- stackhpc_pulp_repo_rocky_9_minor_version : 2
235
+ # Rocky 9 minor version number. Supported values: 1, 2, 3 . Default is 3
236
+ stackhpc_pulp_repo_rocky_9_minor_version : 3
237
237
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
238
238
# pulp-repo-versions.yml for the selected minor release.
239
239
stackhpc_pulp_repo_rocky_9_appstream_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rocky_9_%s_appstream_version' % stackhpc_pulp_repo_rocky_9_minor_version) }}"
You can’t perform that action at this time.
0 commit comments