evolinux-base: packages for Buster and later
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2019-06-19 15:08:54 +02:00 committed by Jérémy Lecour
parent bee57a0b3c
commit b362f422df
2 changed files with 10 additions and 1 deletions

View file

@ -77,6 +77,7 @@ evolinux_packages_diagnostic: True
evolinux_packages_hardware: True
evolinux_packages_common: True
evolinux_packages_stretch: True
evolinux_packages_buster: True
evolinux_packages_serveur_base: True
evolinux_packages_purge_openntpd: True
evolinux_packages_purge_locate: True

View file

@ -91,11 +91,19 @@
name: "{{ item }}"
with_items:
- net-tools
- spectre-meltdown-checker
when:
- evolinux_packages_stretch
- ansible_distribution_major_version | version_compare('9', '>=')
- name: Install/Update packages for Buster and later
apt:
name: "{{ item }}"
with_items:
- spectre-meltdown-checker
when:
- evolinux_packages_buster
- ansible_distribution_major_version | version_compare('10', '>=')
- name: Customize logcheck recipient
lineinfile:
dest: /etc/logcheck/logcheck.conf