5 lines
66 B
YAML
5 lines
66 B
YAML
|
- hosts: testhost
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- { role: raw }
|