We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f7036 commit 3217a11Copy full SHA for 3217a11
etc/kayobe/kolla/globals.yml
@@ -12,7 +12,7 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
12
13
# Use facts so this is determined correctly when the control host OS differs
14
# from os_distribuition.
15
-kolla_base_distro_version: "{% raw %}{{ ansible_facts.distribution_major_version }}{% raw %}"
+kolla_base_distro_version: "{% raw %}{{ ansible_facts.distribution_major_version }}{% endraw %}"
16
17
# Convenience variable for base distro and version string.
18
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
0 commit comments