simplefile/tasks/main.yml

7 lines
76 B
YAML
Raw Normal View History

2018-08-30 20:24:54 +00:00
---
- include_tasks: inner.yml
with_items: '{{ simplefile_files }}'
...