Skip to content

Commit 63f3653

Browse files
authored
Fix ELRepo 10 version variable typo (#2302)
1 parent b4232c5 commit 63f3653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ stackhpc_repo_epel_10_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/epel/10/
190190
stackhpc_repo_epel_10_version: "{{ stackhpc_repo_distribution }}"
191191

192192
# ELRepo 10
193-
stackhpc_repo_elrepo_10_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/elrepo/elrepo/el10/{{ kolla_base_arch }}/{{ stackhpc_repo_elrepo10_version }}"
193+
stackhpc_repo_elrepo_10_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/elrepo/elrepo/el10/{{ kolla_base_arch }}/{{ stackhpc_repo_elrepo_10_version }}"
194194
stackhpc_repo_elrepo_10_version: "{{ stackhpc_repo_distribution }}"
195195

196196
# Docker CE for CentOS 10

0 commit comments

Comments
 (0)