mirror of
https://github.com/luzifer-ansible/simplefile.git
synced 2024-11-08 13:50:03 +00:00
6 lines
76 B
YAML
6 lines
76 B
YAML
---
|
|
|
|
- include_tasks: inner.yml
|
|
with_items: '{{ simplefile_files }}'
|
|
|
|
...
|