do not install the acme ppa on ubuntu 18.04, the package is part of the main repository.
This commit is contained in:
parent
2230f1064c
commit
7fbcd92023
|
@ -3,7 +3,7 @@
|
|||
apt_repository: repo={{ letsencrypt_acme_ppa_repo }} state=present update_cache=yes
|
||||
when:
|
||||
- letsencrypt_acme_install
|
||||
- is_ubuntu
|
||||
- is_trusty
|
||||
- letsencrypt_pkg_install
|
||||
notify: Initialize letsencrypt acmetool
|
||||
tags: letsencrypt
|
||||
|
|
Loading…
Reference in New Issue