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 0 additions and 2 deletions
Showing only changes of commit a8ef97fcde - Show all commits

View file

@ -14,7 +14,6 @@ The **patch** part changes incrementally at each release.
* apache: add server status suffix in VHost (and default site) if missing
* apt: add a script to manage packages with "hold" mark
* etc-git: gitignore /etc/letsencrypt/.certbot.lock
* 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,7 +91,6 @@
name: "{{ item }}"
with_items:
- net-tools
- spectre-meltdown-checker
when:
- evolinux_packages_stretch
- ansible_distribution_major_version | version_compare('9', '>=')