Ignore errors when removing a repository.
This commit is contained in:
parent
47672b8c20
commit
315011f9e4
|
@ -5,9 +5,11 @@
|
|||
|
||||
- name: Remove the old letsencrypt acmetool repo on ubuntu
|
||||
apt_repository: repo={{ letsencrypt_acme_ppa_repo }} state=absent update_cache=yes
|
||||
ignore_errors: True
|
||||
|
||||
- name: Remove the old letsencrypt acmetool repo on debian
|
||||
apt_repository: repo={{ letsencrypt_acme_debian_repo }} state=absent update_cache=yes
|
||||
ignore_errors: True
|
||||
|
||||
- name: Install the socat utility, needed when using the http protocols to request the certificates
|
||||
apt: pkg=socat state=present cache_valid_time=1800
|
||||
|
|
Loading…
Reference in New Issue