Default implementation provides a backward compatible solution and fixes the issue where the "--quiet" argument doesn't exist anymore in Ubuntu 16.04's default installation of letsencrypt.pull/35/head
parent
f00a0ba181
commit
ce3a65be99
@ -1 +1,2 @@ |
|||||||
certbot_package: letsencrypt |
certbot_package: letsencrypt |
||||||
|
certbot_auto_renew_args: "--no-self-upgrade" |
||||||
|
@ -1,2 +1,3 @@ |
|||||||
--- |
--- |
||||||
certbot_package: certbot |
certbot_package: certbot |
||||||
|
certbot_auto_renew_args: "--quiet --no-self-upgrade" |
||||||
|
Loading…
Reference in new issue