Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0e58f34e18 - Show all commits

View file

@ -63,6 +63,7 @@ The **patch** part changes incrementally at each release.
* roundcube: fix typo for roundcube vhost
* tomcat: fix typo for default tomcat_version
* evolinux-base: Fix our zsyslog rotate config that doesn't work on Debian 10
* certbot: Properly evaluate when apache is installed
### Security

View file

@ -21,7 +21,7 @@
- name: Check if Apache is installed
stat:
path: /etc/apache2
path: /usr/sbin/apachectl
register: is_apache
- block: