Revert "evolinux-base: install "spectre-meltdown-checker" (Debian 9 and later)"

This reverts commit 65414d8ae7.
This commit is contained in:
Jérémy Lecour 2019-06-19 15:12:00 +02:00 committed by Jérémy Lecour
parent 93e2c81fb2
commit a8ef97fcde
2 changed files with 0 additions and 2 deletions

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 * apache: add server status suffix in VHost (and default site) if missing
* apt: add a script to manage packages with "hold" mark * apt: add a script to manage packages with "hold" mark
* etc-git: gitignore /etc/letsencrypt/.certbot.lock * etc-git: gitignore /etc/letsencrypt/.certbot.lock
* evolinux-base: install "spectre-meltdown-checker" (Debian 9 and later)
* evomaintenance: make hooks configurable * evomaintenance: make hooks configurable
* nginx: add server status suffix in VHost (and default site) if missing * nginx: add server status suffix in VHost (and default site) if missing
* redmine: enable gzip compression in nginx vhost * redmine: enable gzip compression in nginx vhost

View File

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