summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/jinja_plugins/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/jinja_plugins/playbook.yml')
-rw-r--r--test/integration/targets/jinja_plugins/playbook.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/jinja_plugins/playbook.yml b/test/integration/targets/jinja_plugins/playbook.yml
new file mode 100644
index 0000000..789be65
--- /dev/null
+++ b/test/integration/targets/jinja_plugins/playbook.yml
@@ -0,0 +1,10 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - assert:
+ that:
+ - '"World"|hello == "Hello, World!"'
+ - '"World" is world'
+
+ - '"World"|foo.bar.hello == "Hello, World!"'
+ - '"World" is foo.bar.world'