summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/playbook/vars_files_string.yml
blob: 9191d3c1165568f92327fb57e81fcbd80d4ce7e0 (plain)
1
2
3
4
5
6
- hosts: localhost
  vars_files: some_vars.yml
  tasks:
    - assert:
        that:
          - 'a_variable == "yep"'