Do not fail when removing the PPA.

This commit is contained in:
Andrea Dell'Amico 2021-05-11 18:19:05 +02:00
parent 7679ca66dc
commit 3493be85fc
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- 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' ]