Release 10.1.0 #113

Merged
jlecour merged 93 commits from unstable into stable 2020-08-21 14:51:35 +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