Release 9.10.0 #58

Merged
jlecour merged 68 commits from unstable into stable 2019-06-21 10:51:04 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 65414d8ae7 - Show all commits

View file

@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
### Added
* apache: add server status suffix in VHost (and default site) if missing
* apt: add a script to manage packages with "hold" mark
* evolinux-base: install "spectre-meltdown-checker" (Debian 9 and later)
* evomaintenance: make hooks configurable
* nginx: add server status suffix in VHost (and default site) if missing
* redmine: enable gzip compression in nginx vhost

View file

@ -91,6 +91,7 @@
name: "{{ item }}"
with_items:
- net-tools
- spectre-meltdown-checker
when:
- evolinux_packages_stretch
- ansible_distribution_major_version | version_compare('9', '>=')