5 lines
93 B
YAML
5 lines
93 B
YAML
- hosts: testhost
|
|
gather_facts: True
|
|
roles:
|
|
- { role: test_copy, tags: test_copy }
|
|
|