diff --git a/tasks/apache-ppa.yml b/tasks/apache-ppa.yml index 33a1099..dd97599 100644 --- a/tasks/apache-ppa.yml +++ b/tasks/apache-ppa.yml @@ -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' ]