From 221413244a408cfe27c894a8aef4c68a38348b43 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 27 Nov 2020 23:26:04 +0100 Subject: core/ntp role add systemd-timesyncd and openntpd --- roles/core/ntp/handlers/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roles/core/ntp/handlers') diff --git a/roles/core/ntp/handlers/main.yml b/roles/core/ntp/handlers/main.yml index 08d878be..0f11a5da 100644 --- a/roles/core/ntp/handlers/main.yml +++ b/roles/core/ntp/handlers/main.yml @@ -3,3 +3,13 @@ service: name: chrony state: restarted + +- name: restart systemd-timesyncd + service: + name: systemd-timesyncd + state: restarted + +- name: restart openntpd + service: + name: openntpd + state: restarted -- cgit v1.2.3