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 6e918d166e - Show all commits

View file

@ -64,6 +64,7 @@ The **patch** part changes incrementally at each release.
* 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
* evolinux-base: Don't make alert5.service executable as systemd will complain
### Security

View file

@ -160,7 +160,7 @@
src: alert5.service
dest: /etc/systemd/system/alert5.service
force: yes
mode: "0755"
mode: "0644"
when:
- evolinux_system_alert5_init
- ansible_distribution_major_version | version_compare('10', '>=')