Remove openntpd before installing ntp

This commit is contained in:
Jérémy Lecour 2017-12-06 00:09:31 +01:00
parent 1faf0faa6b
commit ce837d5cfd
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
---
- name: Remove openntpd package
apt:
name: openntpd
state: absent
tags:
- ntp
- name: Install ntp package
apt:
name: ntp