evolinux-base: install "spectre-meltdown-checker" (Debian 9 and later)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b2372720b
commit
65414d8ae7
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
name: "{{ item }}"
|
||||
with_items:
|
||||
- net-tools
|
||||
- spectre-meltdown-checker
|
||||
when:
|
||||
- evolinux_packages_stretch
|
||||
- ansible_distribution_major_version | version_compare('9', '>=')
|
||||
|
|
Loading…
Add table
Reference in a new issue