summaryrefslogtreecommitdiff
path: root/roles/core/ntp/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-28 00:23:57 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-28 00:52:04 +0100
commitf48418655de11512d54f596c516dbdb101f6d925 (patch)
tree7dc42fc9049823a468e8f0163c419ace7041b201 /roles/core/ntp/handlers/main.yml
parentcore/ntp role add systemd-timesyncd and openntpd (diff)
core/ntp: add support for openbsd
Diffstat (limited to 'roles/core/ntp/handlers/main.yml')
-rw-r--r--roles/core/ntp/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/core/ntp/handlers/main.yml b/roles/core/ntp/handlers/main.yml
index 0f11a5da..fa1274e8 100644
--- a/roles/core/ntp/handlers/main.yml
+++ b/roles/core/ntp/handlers/main.yml
@@ -13,3 +13,8 @@
service:
name: openntpd
state: restarted
+
+- name: restart ntpd
+ service:
+ name: ntpd
+ state: restarted