]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/sshd/handlers/main.yml
Feat(init-system2): Setup `sshd`
[ansible.git] / playbooks / debian / roles / sshd / handlers / main.yml
diff --git a/playbooks/debian/roles/sshd/handlers/main.yml b/playbooks/debian/roles/sshd/handlers/main.yml
new file mode 100644 (file)
index 0000000..4d75e71
--- /dev/null
@@ -0,0 +1,4 @@
+- name: Reload sshd
+  service:
+    name: ssh
+    state: reloaded