From 42140bf82da25565e7653afbcef2cc8aa7a8538a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 11 Jul 2014 22:39:48 +0200 Subject: Fix NTP configuration. We've yet to get authenticated time, though. --- roles/common/tasks/ntp.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'roles/common/tasks/ntp.yml') diff --git a/roles/common/tasks/ntp.yml b/roles/common/tasks/ntp.yml index 94d7696..f9a01c8 100644 --- a/roles/common/tasks/ntp.yml +++ b/roles/common/tasks/ntp.yml @@ -6,12 +6,10 @@ dest=/etc/ntp.conf owner=root group=root mode=0644 - register: r notify: - Restart ntp +- meta: flush_handlers + - name: Start ntp service: name=ntp state=started - when: not r.changed - -- meta: flush_handlers -- cgit v1.2.3