Skip to content

Commit

Permalink
chore: adjust ocis data path permissions to 0750
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Nov 12, 2023
1 parent 0a85598 commit 1cd13a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ocis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
path: '{{ ocis_data_path }}'
owner: '{{ ocis_user }}'
group: '{{ ocis_group }}'
mode: '0755'
mode: '0750'
state: directory

- name: Create ocis config directory
Expand Down

0 comments on commit 1cd13a1

Please sign in to comment.