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.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/core/ntp/handlers/main.yml b/roles/core/ntp/handlers/main.yml
new file mode 100644
index 00000000..08d878be
--- /dev/null
+++ b/roles/core/ntp/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart chrony
+ service:
+ name: chrony
+ state: restarted