From f5e5270bf1f7c1631681ca6ff2332acfcfa05212 Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Sat, 15 Jul 2023 08:43:00 -0700 Subject: [PATCH] Fix typo. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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