Remove openntpd before installing serveur-base

This commit is contained in:
Jérémy Lecour 2017-12-06 00:09:08 +01:00
parent 3a3708e9a6
commit 1faf0faa6b
1 changed files with 6 additions and 6 deletions

View File

@ -60,12 +60,6 @@
- pinentry-curses
when: evolinux_packages_common
- name: Install/Update serveur-base meta-package
apt:
name: serveur-base
allow_unauthenticated: yes
when: evolinux_packages_serveur_base
- name: Be sure that openntpd package is absent/purged
apt:
name: openntpd
@ -73,6 +67,12 @@
purge: yes
when: evolinux_packages_purge_openntpd
- name: Install/Update serveur-base meta-package
apt:
name: serveur-base
allow_unauthenticated: yes
when: evolinux_packages_serveur_base
- name: Install/Update packages for Stretch and later
apt:
name: "{{ item }}"