]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/sshd/handlers/main.yml
Feat: Move common playbooks and roles
[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
deleted file mode 100644 (file)
index 9ec20b5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: Reload sshd
-  become: true
-  service:
-    name: ssh
-    state: reloaded