Skip to content

Commit c879077

Browse files
committed
Minor fix, remove ignore_errors
1 parent d5f7cf0 commit c879077

File tree

1 file changed

+0
-2
lines changed
  • tests/integration/targets/synchronize/tasks

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233
dest: '{{ output_dir }}/foo.result'
234234
quiet: true
235235
register: sync_result
236-
ignore_errors: true
237236
- assert:
238237
that:
239238
- '''files/directories have been synchronized'' in sync_result.msg'
@@ -249,7 +248,6 @@
249248
src: '{{ output_dir }}/foo.txt'
250249
dest: '{{ output_dir }}/foo.result'
251250
register: sync_result
252-
ignore_errors: true
253251
- assert:
254252
that:
255253
- '''files/directories have been synchronized'' not in sync_result.msg'

0 commit comments

Comments
 (0)