From 79d3ac63a9273936d0d27a36c01d30a5607bb387 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 27 Apr 2022 16:45:34 -0400 Subject: [PATCH] remove ignore_errors --- file-creation-single.yml | 1 - file-removal-test.yml | 1 - 2 files changed, 2 deletions(-) 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 ...