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