Skip to content

Commit 2923033

Browse files
committed
fix tag name
1 parent 45f8a09 commit 2923033

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

etc/kayobe/stackhpc-ipa-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ stackhpc_ipa_image_url: "{{ stackhpc_release_pulp_content_url }}/ipa-images/\
1515
{{ os_release }}/{{ stackhpc_ipa_image_version }}"
1616

1717
# IPA image version tag selection
18-
# Check RL10/CentOS tag naming!!!
1918
stackhpc_ipa_image_version: >-
2019
{{ stackhpc_rocky_9_ipa_image_version if os_distribution == 'rocky' and os_release == '9' else
21-
{{ stackhpc_centos_stream_10_ipa_image_version if os_distribution == 'rocky' and os_release == '10' else
20+
{{ stackhpc_rocky_10_ipa_image_version if os_distribution == 'rocky' and os_release == '10' else
2221
stackhpc_ubuntu_noble_ipa_image_version if os_distribution == 'ubuntu' and os_release == 'noble' }}

0 commit comments

Comments
 (0)