Ignore errors when removing a repository.

This commit is contained in:
Andrea Dell'Amico 2020-05-18 14:34:13 +02:00
parent 47672b8c20
commit 315011f9e4
1 changed files with 2 additions and 0 deletions

View File

@ -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