remove ignore_errors
This commit is contained in:
@ -44,7 +44,6 @@
|
||||
copy:
|
||||
src : files/hello-ansible.txt
|
||||
dest : "{{ check_file }}"
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
...
|
||||
|
@ -35,7 +35,6 @@
|
||||
file:
|
||||
path : "{{ check_file }}"
|
||||
state : absent
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user