summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/path_with_comma_in_inventory/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/path_with_comma_in_inventory/playbook.yml')
-rw-r--r--test/integration/targets/path_with_comma_in_inventory/playbook.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/path_with_comma_in_inventory/playbook.yml b/test/integration/targets/path_with_comma_in_inventory/playbook.yml
new file mode 100644
index 0000000..64c8368
--- /dev/null
+++ b/test/integration/targets/path_with_comma_in_inventory/playbook.yml
@@ -0,0 +1,9 @@
+---
+- hosts: all
+ gather_facts: false
+ tasks:
+ - name: Ensure we can see group_vars from path with comma
+ assert:
+ that:
+ - inventory_var_from_path_with_commas is defined
+ - inventory_var_from_path_with_commas == 'here'