From 3a5881a721094b3e2952761ab6575eb6f8aa764b Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 13 Aug 2019 03:10:22 +0200 Subject: [PATCH] common: Fixed handler "restart ssh" --- 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 e7b257d..5900d8e 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -5,5 +5,5 @@ - name: restart ssh systemd: - status: restarted + state: restarted name: ssh