Remove the ignore_errors directive.
This commit is contained in:
parent
3493be85fc
commit
92ad77c82b
|
|
@ -9,7 +9,6 @@
|
||||||
- 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