4 lines
71 B
YAML
4 lines
71 B
YAML
- hosts: testhost
|
|
gather_facts: yes
|
|
roles:
|
|
- { role: lookups }
|