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