5 lines
73 B
YAML
5 lines
73 B
YAML
|
- hosts: testhost
|
||
|
gather_facts: True
|
||
|
roles:
|
||
|
- { role: template }
|