From 7fbcd92023c00c49547500b92567f4e325b765c2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 17 Feb 2019 13:48:07 +0100 Subject: [PATCH] do not install the acme ppa on ubuntu 18.04, the package is part of the main repository. --- letsencrypt-acmetool-client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-acmetool-client/tasks/main.yml b/letsencrypt-acmetool-client/tasks/main.yml index ceed6ed6..fabcfc85 100644 --- a/letsencrypt-acmetool-client/tasks/main.yml +++ b/letsencrypt-acmetool-client/tasks/main.yml @@ -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