diff --git a/tasks/main.yml b/tasks/main.yml index 2b7fd7f..99af068 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -32,4 +32,4 @@ regex: 'HostKey /etc/ssh/ssh_host_ed25519_key' line: 'HostKey /etc/ssh/ssh_host_ed25519_key' state: present - notify: restart sshd \ No newline at end of file + notify: restart ssh \ No newline at end of file