6 lines
67 B
YAML
6 lines
67 B
YAML
|
- hosts: testhost
|
||
|
gather_facts: False
|
||
|
roles:
|
||
|
- test_setup
|
||
|
|