From: Oleg Broytman Date: Tue, 6 Jan 2026 19:28:41 +0000 (+0300) Subject: Fix(logcheck): Set dir permission X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=ansible.git Fix(logcheck): Set dir permission --- 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 }}"