call update-grub after changing config
[noc.git] / ansible / roles / base / handlers / main.yml
index 822887e..920db82 100644 (file)
@@ -3,3 +3,11 @@
   service:
     name: ssh
     state: restarted
+
+- name: restart openntpd
+  service:
+    name: openntpd
+    state: restarted
+
+- name: update grub
+  command: update-grub