Minor fix, with_items

This commit is contained in:
Mandar Kulkarni 2021-08-05 17:00:03 -07:00
parent c8790770da
commit a072f0b2ef

View file

@ -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