Merge branch '2198-purge-openntpd' into unstable

This commit is contained in:
Jérémy Lecour 2017-07-18 12:00:20 +02:00 committed by Jérémy Lecour
commit 04ba813ea1
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 }}"