add ignore_errors for testing

This commit is contained in:
2022-04-27 13:23:20 -04:00
parent 842e84db32
commit 6231fbe5c7
2 changed files with 2 additions and 0 deletions

View File

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