mirror of
https://github.com/luzifer-ansible/simplefile.git
synced 2024-12-23 02:01:17 +00:00
6 lines
76 B
YAML
6 lines
76 B
YAML
---
|
|
|
|
- include_tasks: inner.yml
|
|
with_items: '{{ simplefile_files }}'
|
|
|
|
...
|