mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8 lines
202 B
YAML
8 lines
202 B
YAML
- 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 }
|