diff --git a/file-creation-single.yml b/file-creation-single.yml index 4102c07..1b0b2f0 100644 --- a/file-creation-single.yml +++ b/file-creation-single.yml @@ -44,7 +44,6 @@ copy: src : files/hello-ansible.txt dest : "{{ check_file }}" - ignore_errors: yes ... diff --git a/file-removal-test.yml b/file-removal-test.yml index 29ec413..900429e 100644 --- a/file-removal-test.yml +++ b/file-removal-test.yml @@ -35,7 +35,6 @@ file: path : "{{ check_file }}" state : absent - ignore_errors: yes ...