Skip to content

Commit 3217a11

Browse files
MoteHuemarkgoddard
andauthored
Update etc/kayobe/kolla/globals.yml
Co-authored-by: Mark Goddard <[email protected]>
1 parent e4f7036 commit 3217a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
1212

1313
# Use facts so this is determined correctly when the control host OS differs
1414
# from os_distribuition.
15-
kolla_base_distro_version: "{% raw %}{{ ansible_facts.distribution_major_version }}{% raw %}"
15+
kolla_base_distro_version: "{% raw %}{{ ansible_facts.distribution_major_version }}{% endraw %}"
1616

1717
# Convenience variable for base distro and version string.
1818
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"

0 commit comments

Comments
 (0)