From e1bcdc60e8af062e34627db980efb2fdb575bc0f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 8 Jun 2026 21:02:19 +0300 Subject: [PATCH] Fix(init-logcheck): Become root `/etc/logcheck` is only visible for users `toot` and `logcheck`. --- playbooks/roles/debian/init-logcheck/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/debian/init-logcheck/tasks/main.yaml b/playbooks/roles/debian/init-logcheck/tasks/main.yaml index a0960a5..bade3f5 100644 --- a/playbooks/roles/debian/init-logcheck/tasks/main.yaml +++ b/playbooks/roles/debian/init-logcheck/tasks/main.yaml @@ -1,4 +1,5 @@ - name: Check logcheck + become: true stat: path: /etc/logcheck/logcheck.conf register: logcheck_exists -- 2.47.3