summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/path_with_comma_in_inventory/playbook.yml
blob: 64c83689d91d9c127d0c064d0fa364a6a85a800b (plain)
1
2
3
4
5
6
7
8
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'