remove ignore_errors

This commit is contained in:
2022-04-27 16:45:34 -04:00
parent 6231fbe5c7
commit 79d3ac63a9
2 changed files with 0 additions and 2 deletions

View File

@ -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
... ...

View File

@ -35,7 +35,6 @@
file: file:
path : "{{ check_file }}" path : "{{ check_file }}"
state : absent state : absent
ignore_errors: yes
... ...