jinja2_overrides.tpl 319 Bytes
Newer Older
1
#jinja2: variable_end_string: @@, variable_start_string: @@
2 3 4 5 6 7 8 9 10

{% raw %}
 if this succeeds you should see '{{ ansible_hostname }}' with the hostname on the line above
 if this fails you should see '@@ ansible_hostname @@' with the hostname on the line beneath
{% endraw %}

@@ ansible_hostname @@
{{ ansible_hostname }}