From 84b11cb11ece8886706378ea188b5927a8470040 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 2 Dec 2023 10:51:50 +0100 Subject: [PATCH] fix: revert forcing scope on deamon reload > bug came from the runner and not the code --- handlers/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 6307a05..23f6589 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,7 +3,6 @@ - name: "Reload service file" ansible.builtin.systemd: daemon_reload: true - scope: system become: true listen: "systemctl-daemon-reload"