From 344adabd4c7ef3f80a160a9bac186747b5efc023 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Feb 2026 12:38:08 -0800 Subject: [PATCH] anubis-el: fix the actual handler typo Signed-off-by: Kevin Fenzi --- roles/anubis-el/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anubis-el/handlers/main.yml b/roles/anubis-el/handlers/main.yml index bff20bb60a..e5870ec4aa 100644 --- a/roles/anubis-el/handlers/main.yml +++ b/roles/anubis-el/handlers/main.yml @@ -1,5 +1,5 @@ --- -- name: Rstart anubis-el +- name: Restart anubis-el service: name: anubis state: restarted