5 lines
82 B
YAML
5 lines
82 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- { role: templating_lookups }
|