summaryrefslogtreecommitdiff
path: root/roles/core/ntp/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-27 23:26:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-28 00:52:04 +0100
commit221413244a408cfe27c894a8aef4c68a38348b43 (patch)
treea4eb0760f37e2910e40b13173f2e611bbd0ae9b4 /roles/core/ntp/handlers/main.yml
parentmove chrony role to core/ntp (WIP) (diff)
core/ntp role add systemd-timesyncd and openntpd
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