ansible-role-certbot/vars/Ubuntu-16.04.yml
Dieter Provoost ce3a65be99 allow cron renew arguments to be configurable
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.
2017-09-30 11:58:35 +02:00

3 lines
74 B
YAML

certbot_package: letsencrypt
certbot_auto_renew_args: "--no-self-upgrade"