From ce2d8e5c78b53824097753a46f15b1ed9215b0c4 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 6 Jul 2018 12:35:34 -0400 Subject: [PATCH] use become: true when reloading systemctl daemon Change-Id: I43b824730dafc783d45506c3e370a3397097b6f0 --- handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/main.yml b/handlers/main.yml index 47c17e8..4e6cd54 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -17,6 +17,7 @@ # along with ARA. If not, see . - name: reload systemctl daemon + become: true systemd: daemon_reload: yes