2012-11-19 15:48:16 +01:00
|
|
|
#jinja2: variable_end_string: @@, variable_start_string: @@
|
2012-11-19 15:44:54 +01:00
|
|
|
|
|
|
|
{% 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 }}
|
|
|
|
|