certbot: install certbot dependencies non-interactively for jessie

This commit is contained in:
Jérémy Lecour 2020-06-03 18:23:54 +02:00 committed by Gitea
parent 877a32bbf0
commit cd29ee4d33
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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