aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/handlers')
-rw-r--r--roles/common/handlers/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml
new file mode 100644
index 0000000..f8171a0
--- /dev/null
+++ b/roles/common/handlers/main.yml
@@ -0,0 +1,9 @@
+- name: restart ssh
+ service:
+ name: ssh
+ state: restarted
+
+- name: restart systemd-timesyncd
+ service:
+ name: systemd-timesyncd
+ state: restarted