do not install the acme ppa on ubuntu 18.04, the package is part of the main repository.

This commit is contained in:
Andrea Dell'Amico 2019-02-17 13:48:07 +01:00
parent 2230f1064c
commit 7fbcd92023
1 changed files with 1 additions and 1 deletions

View File

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