mirror of
https://github.com/luzifer-ansible/simplefile.git
synced 2024-11-09 14:19:59 +00:00
7 lines
76 B
YAML
7 lines
76 B
YAML
|
---
|
||
|
|
||
|
- include_tasks: inner.yml
|
||
|
with_items: '{{ simplefile_files }}'
|
||
|
|
||
|
...
|