summaryrefslogtreecommitdiff
path: root/roles/core/ntp/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/core/ntp/handlers/main.yml')
-rw-r--r--roles/core/ntp/handlers/main.yml10
1 files changed, 10 insertions, 0 deletions
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