From 92ad77c82b63f76874207eee236211f7eb81c83d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 12 May 2021 16:50:01 +0200 Subject: [PATCH] Remove the ignore_errors directive. --- tasks/apache-ppa.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/apache-ppa.yml b/tasks/apache-ppa.yml index dd97599..33a1099 100644 --- a/tasks/apache-ppa.yml +++ b/tasks/apache-ppa.yml @@ -9,7 +9,6 @@ - block: - name: Remove the Ubuntu apache PPA apt_repository: repo='{{ apache_ppa_repo }}' update_cache=yes state=absent - ignore_errors: True when: not apache_from_ppa tags: [ 'apache', 'apache_ppa' ]