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:
src : files/hello-ansible.txt
dest : "{{ check_file }}"
ignore_errors: yes
...