ansible: file names and locations cleanup
[noc.git] / ansible / roles / base / handlers / main.yml
diff --git a/ansible/roles/base/handlers/main.yml b/ansible/roles/base/handlers/main.yml
new file mode 100644 (file)
index 0000000..822887e
--- /dev/null
@@ -0,0 +1,5 @@
+---
+- name: restart ssh
+  service:
+    name: ssh
+    state: restarted