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