mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Minor fix, with_items
This commit is contained in:
parent
6deb45c943
commit
92dc532b49
1 changed files with 1 additions and 1 deletions
|
|
@ -293,6 +293,6 @@
|
|||
file:
|
||||
state: absent
|
||||
path: '{{ output_dir }}/{{ item }}'
|
||||
with_items:
|
||||
loop:
|
||||
- foo.result
|
||||
- bar.result
|
||||
|
|
|
|||
Loading…
Reference in a new issue