diff --git a/tasks/ssh.yml b/tasks/ssh.yml index afcf4ed..ef08d4c 100644 --- a/tasks/ssh.yml +++ b/tasks/ssh.yml @@ -11,8 +11,3 @@ state: started enabled: yes -- handlers: - - name: restart sshd - service: - name: sshd - state: restarted