summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_blending/test_var_blending.yml
blob: 88a35b2c2c0091a0e3ac6ce22117137709f1cb8e (plain)
1
2
3
4
5
6
7
8
- hosts: testhost
  vars_files:
    - vars_file.yml
  vars:
    vars_var: 123
  gather_facts: True
  roles:
    - { role: test_var_blending, parameterized_beats_default: 1234, tags: test_var_blending }