Remove the ignore_errors directive.

This commit is contained in:
Andrea Dell'Amico 2021-05-12 16:50:01 +02:00
parent 3493be85fc
commit 92ad77c82b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 1 deletions

View File

@ -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' ]