From b983910fd81c1bfcf6b48a22da3a36dfaae8c423 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 6 Jan 2026 22:28:41 +0300 Subject: [PATCH] Fix(logcheck): Set dir permission --- playbooks/roles/logcheck/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/logcheck/tasks/main.yaml b/playbooks/roles/logcheck/tasks/main.yaml index 4f883d6..bcbd8e5 100644 --- a/playbooks/roles/logcheck/tasks/main.yaml +++ b/playbooks/roles/logcheck/tasks/main.yaml @@ -48,6 +48,6 @@ recursive: yes delete: no times: yes - rsync_opts: ['--chown=root:logcheck', '--chmod=u=rw,g=r,o='] + rsync_opts: ['--chown=root:logcheck', '--chmod=u=rwX,g=rX,o='] loop: ['server', 'workstation'] delegate_to: "{{ inventory_hostname }}" -- 2.47.3