base: Configure openntpd
[noc.git] / ansible / roles / base / handlers / main.yml
index 822887e..a86fcde 100644 (file)
@@ -3,3 +3,8 @@
   service:
     name: ssh
     state: restarted
+
+- name: restart openntpd
+  service:
+    name: openntpd
+    state: restarted