8 lines
73 B
YAML
8 lines
73 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
|
||
|
roles:
|
||
|
- template-loop
|
||
|
|