]> git.phdru.name Git - ansible.git/commitdiff
Fix(logcheck): Set dir permission master
authorOleg Broytman <phd@phdru.name>
Tue, 6 Jan 2026 19:28:41 +0000 (22:28 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Jan 2026 23:14:46 +0000 (02:14 +0300)
playbooks/roles/logcheck/tasks/main.yaml

index 4f883d6131947034ce58888900de2ddea9429403..bcbd8e5336c15fb537e32676208ba0fe38592c4b 100644 (file)
@@ -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 }}"