mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Minor fix, remove ignore_errors
This commit is contained in:
parent
7af8b05105
commit
6deb45c943
1 changed files with 0 additions and 2 deletions
|
|
@ -271,7 +271,6 @@
|
||||||
dest: '{{ output_dir }}/foo.result'
|
dest: '{{ output_dir }}/foo.result'
|
||||||
quiet: true
|
quiet: true
|
||||||
register: sync_result
|
register: sync_result
|
||||||
ignore_errors: true
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- '''files/directories have been synchronized'' in sync_result.msg'
|
- '''files/directories have been synchronized'' in sync_result.msg'
|
||||||
|
|
@ -287,7 +286,6 @@
|
||||||
src: '{{ output_dir }}/foo.txt'
|
src: '{{ output_dir }}/foo.txt'
|
||||||
dest: '{{ output_dir }}/foo.result'
|
dest: '{{ output_dir }}/foo.result'
|
||||||
register: sync_result
|
register: sync_result
|
||||||
ignore_errors: true
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- '''files/directories have been synchronized'' not in sync_result.msg'
|
- '''files/directories have been synchronized'' not in sync_result.msg'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue