Do not fail when removing the PPA.
This commit is contained in:
parent
7679ca66dc
commit
3493be85fc
|
|
@ -9,6 +9,7 @@
|
||||||
- block:
|
- block:
|
||||||
- name: Remove the Ubuntu apache PPA
|
- name: Remove the Ubuntu apache PPA
|
||||||
apt_repository: repo='{{ apache_ppa_repo }}' update_cache=yes state=absent
|
apt_repository: repo='{{ apache_ppa_repo }}' update_cache=yes state=absent
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
when: not apache_from_ppa
|
when: not apache_from_ppa
|
||||||
tags: [ 'apache', 'apache_ppa' ]
|
tags: [ 'apache', 'apache_ppa' ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue