Skip to content

Commit a072f0b

Browse files
committed
Minor fix, with_items
1 parent c879077 commit a072f0b

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/targets/synchronize/tasks

1 file changed

+1
-1
lines changed

tests/integration/targets/synchronize/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,6 @@
255255
file:
256256
state: absent
257257
path: '{{ output_dir }}/{{ item }}'
258-
with_items:
258+
loop:
259259
- foo.result
260260
- bar.result

0 commit comments

Comments
 (0)