Skip to content

Commit 593ddea

Browse files
committed
traefik: change traefik folder permissions
logrotate complains about world writable logs.
1 parent d7174f1 commit 593ddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/traefik/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
recurse: true
7777
owner: "{{ user.name }}"
7878
group: "{{ user.name }}"
79-
mode: "0775"
79+
mode: "0664"
8080
when: (not continuous_integration)
8181

8282
- name: Chown '{{ traefik_paths_acme_config_location }}'

0 commit comments

Comments
 (0)