Skip to content
Snippets Groups Projects
Unverified Commit edfa3e9b authored by Anthony Rabbito's avatar Anthony Rabbito Committed by GitHub
Browse files

Correct Jinja Syntax for etcd-unsupported-arch (#6919)


`-%` causes `etcd-unsupported-arch: arm64` to print on COL 1 instead of
COL 6.

Signed-off-by: default avataranthr76 <hello@anthonyrabbito.com>
parent 6fa3565d
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ etcd: ...@@ -64,7 +64,7 @@ etcd:
{% for key, value in etcd_extra_vars.items() %} {% for key, value in etcd_extra_vars.items() %}
{{ key }}: "{{ value }}" {{ key }}: "{{ value }}"
{% endfor %} {% endfor %}
{% if host_architecture != "amd64" -%} {% if host_architecture != "amd64" %}
etcd-unsupported-arch: {{host_architecture}} etcd-unsupported-arch: {{host_architecture}}
{% endif %} {% endif %}
serverCertSANs: serverCertSANs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment