5 lines
63 B
YAML
5 lines
63 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- test_core
|