5 lines
76 B
YAML
5 lines
76 B
YAML
|
- hosts: testhost
|
||
|
gather_facts: yes
|
||
|
roles:
|
||
|
- { role: custom_tasks }
|