From a388b9c5bcb4a9d24a50fd5a1b214132d6de5d89 Mon Sep 17 00:00:00 2001 From: OldTyT Date: Mon, 9 Sep 2024 11:00:43 +0300 Subject: [PATCH] chore: update role for ubuntu 24 --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 6207454..4a3025b 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: restart sshd service: - name: sshd + name: ssh state: restarted