mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6a1e2aaff5
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
10 lines
319 B
Smarty
10 lines
319 B
Smarty
#jinja2: variable_end_string: @@, variable_start_string: @@
|
|
|
|
{% 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 }}
|
|
|