diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c782fe4..a92ddc8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The **patch** part changes incrementally at each release. * redis: new syntax for match filter * redis: raise an error is port 6379 is used in "instance" mode * evoacme: upstream release 20.06 +* certbot: install certbot dependencies non-interactively for jessie ### Fixed diff --git a/certbot/handlers/main.yml b/certbot/handlers/main.yml index 4a9d305a..ef3272ee 100644 --- a/certbot/handlers/main.yml +++ b/certbot/handlers/main.yml @@ -20,4 +20,4 @@ daemon_reload: yes - name: install certbot-auto - command: /usr/local/bin/certbot --install-only + command: /usr/local/bin/certbot --noninteractive --install-only