summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/jinja2_native_types/test_hostvars.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/jinja2_native_types/test_hostvars.yml')
-rw-r--r--test/integration/targets/jinja2_native_types/test_hostvars.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/jinja2_native_types/test_hostvars.yml b/test/integration/targets/jinja2_native_types/test_hostvars.yml
new file mode 100644
index 0000000..ef0047b
--- /dev/null
+++ b/test/integration/targets/jinja2_native_types/test_hostvars.yml
@@ -0,0 +1,10 @@
+- hosts: localhost
+ gather_facts: no
+ tasks:
+ - name: Print vars
+ debug:
+ var: vars
+
+ - name: Print hostvars
+ debug:
+ var: hostvars