summaryrefslogtreecommitdiff
path: root/roles/core/ntp/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-27 21:24:53 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-28 00:52:02 +0100
commit8ffeaf71efa7472ff8511c445aa8874b1b1f3613 (patch)
tree18132a977c42dd04a23ed61550df3a495d899f24 /roles/core/ntp/handlers
parentkubernetes/standalone: fix config hash annotation if role is included multipl... (diff)
move chrony role to core/ntp (WIP)
Diffstat (limited to 'roles/core/ntp/handlers')
-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