summaryrefslogtreecommitdiff
path: root/test/integration/targets/assert/nested_tmpl.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/assert/nested_tmpl.yml')
-rw-r--r--test/integration/targets/assert/nested_tmpl.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/assert/nested_tmpl.yml b/test/integration/targets/assert/nested_tmpl.yml
new file mode 100644
index 00000000..3da4b1d8
--- /dev/null
+++ b/test/integration/targets/assert/nested_tmpl.yml
@@ -0,0 +1,9 @@
+- hosts: localhost
+ gather_facts: False
+ tasks:
+ - assert:
+ that:
+ - '"{{ foo }}" == "bar"'
+ - foo == "bar"
+ vars:
+ foo: bar