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