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