summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/playbook/vars_files_string.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/playbook/vars_files_string.yml')
-rw-r--r--test/integration/targets/playbook/vars_files_string.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/playbook/vars_files_string.yml b/test/integration/targets/playbook/vars_files_string.yml
new file mode 100644
index 0000000..9191d3c
--- /dev/null
+++ b/test/integration/targets/playbook/vars_files_string.yml
@@ -0,0 +1,6 @@
+- hosts: localhost
+ vars_files: some_vars.yml
+ tasks:
+ - assert:
+ that:
+ - 'a_variable == "yep"'