forked from ISTI-ansible-roles/ansible-roles
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
|
apt_repository: repo={{ letsencrypt_acme_ppa_repo }} state=present update_cache=yes
|
||||||
when:
|
when:
|
||||||
- letsencrypt_acme_install
|
- letsencrypt_acme_install
|
||||||
- is_ubuntu
|
- is_trusty
|
||||||
- letsencrypt_pkg_install
|
- letsencrypt_pkg_install
|
||||||
notify: Initialize letsencrypt acmetool
|
notify: Initialize letsencrypt acmetool
|
||||||
tags: letsencrypt
|
tags: letsencrypt
|
||||||
|
|
Loading…
Reference in New Issue