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 @@ -217,8 +217,8 @@ stackhpc_pulp_sync_centos_stream8: "{{ os_distribution == 'centos' }}"
217
217
218
218
# Whether to sync Rocky Linux 8 packages.
219
219
stackhpc_pulp_sync_rocky_8 : " {{ os_distribution == 'rocky' and os_release == '8' }}"
220
- # Rocky 8 minor version number. Supported values: 6, 7
221
- stackhpc_pulp_repo_rocky_8_minor_version : 7
220
+ # Rocky 8 minor version number. Supported values: 6, 7, 8
221
+ stackhpc_pulp_repo_rocky_8_minor_version : 8
222
222
# Rocky 8 Snapshot versions. The defaults use the appropriate version from
223
223
# pulp-repo-versions.yml for the selected minor release.
224
224
stackhpc_pulp_repo_rocky_8_appstream_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rocky_8_%s_appstream_version' % stackhpc_pulp_repo_rocky_8_minor_version) }}"
You can’t perform that action at this time.
0 commit comments