From 35fa3b0d720199ccb595d8906bde3870fba8db38 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Sep 2021 16:19:31 +0300 Subject: [PATCH] roles/common: Fix typo in handlers --- roles/common/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 7ca2fbb..fcc827e 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -16,5 +16,5 @@ - name: reload systemd systemd: daemon_reload=yes -- name: restarted nftables +- name: restart nftables systemd: name=nftables state=restarted