simplefile/tasks/main.yml
2018-08-30 22:24:54 +02:00

7 lines
76 B
YAML

---
- include_tasks: inner.yml
with_items: '{{ simplefile_files }}'
...