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