From 1385e4e7510031a1d6180362357d438fd5aa7786 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 19 Feb 2021 10:00:06 +0100 Subject: [PATCH] Update to 2021-02-19 10:00 --- roles/ntp_client/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/ntp_client/tasks/main.yml b/roles/ntp_client/tasks/main.yml index 0584a5c..f42498d 100644 --- a/roles/ntp_client/tasks/main.yml +++ b/roles/ntp_client/tasks/main.yml @@ -21,6 +21,11 @@ package: name=chrony tags: ntp +- name: Deploy chrony configuration + template: src=chrony.conf.j2 dest={{ ntp_chrony_conf }} + notify: restart chrony + tags: ntp + # Always close port, it's only used as a server on samba DC, where port 123 is opened # by the samba role - name: Handle ntpd port