Fix #2198. Purge openntpd

This commit is contained in:
Benoît S. 2017-07-17 16:17:32 +02:00
parent be68f9ac0a
commit fa3047bdc4
2 changed files with 8 additions and 0 deletions

View file

@ -67,6 +67,7 @@ evolinux_packages_hardware: True
evolinux_packages_common: True
evolinux_packages_stretch: True
evolinux_packages_serveur_base: True
evolinux_packages_purge_openntpd: True
evolinux_packages_invalid_mta: True
evolinux_packages_delete_nfs: True
evolinux_packages_listchanges: True

View file

@ -65,6 +65,13 @@
allow_unauthenticated: yes
when: evolinux_packages_serveur_base
- name: Be sure that openntpd package is absent/purged
apt:
name: openntpd
state: absent
purge: yes
when: evolinux_packages_purge_openntpd
- name: Install/Update packages for Stretch and later
apt:
name: "{{ item }}"