Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9aed38b637 - Show all commits

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