From 95f507fcd0fd02a381ad2524c48c9e0048e9e161 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 13 Feb 2022 09:42:18 +0100 Subject: [PATCH] add become to handler --- handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/main.yml b/handlers/main.yml index 361395d..58a6c56 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -15,3 +15,4 @@ - name: restart_sysctl service: name=systemd-sysctl state=restarted + become: true