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