evolinux-base: purge locate/mlocate by default

This commit is contained in:
Victor LABORIE 2018-01-02 15:09:39 +01:00
parent a59b0d8914
commit f09d93aadb
2 changed files with 11 additions and 0 deletions

View file

@ -72,6 +72,7 @@ evolinux_packages_common: True
evolinux_packages_stretch: True
evolinux_packages_serveur_base: True
evolinux_packages_purge_openntpd: True
evolinux_packages_purge_locate: True
evolinux_packages_invalid_mta: True
evolinux_packages_delete_nfs: True
evolinux_packages_listchanges: True

View file

@ -67,6 +67,16 @@
purge: yes
when: evolinux_packages_purge_openntpd
- name: Be sure locate/mlocate is absent/purged
apt:
name: "{{ item }}"
state: absent
purge: yes
with_items:
- locate
- mlocate
when: evolinux_packages_purge_locate
- name: Install/Update serveur-base meta-package
apt:
name: serveur-base