evolinux-base: install "spectre-meltdown-checker" (Debian 9 and later)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-06-17 14:22:00 +02:00 committed by Jérémy Lecour
parent 9b2372720b
commit 65414d8ae7
2 changed files with 2 additions and 0 deletions

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', '>=')