Skip to content

Commit

Permalink
set read parmissions to others in /opt/opencrvs so docker users can r…
Browse files Browse the repository at this point in the history
…ead the files
  • Loading branch information
rikukissa committed Dec 21, 2023
1 parent 8cc1ce7 commit 2c9be00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/server-setup/tasks/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
state: directory
owner: root
group: application
# Owner and group have rwx, others have no permission
mode: '0770'
# Owner and group have rwx, others have read permission
mode: '0775'

- name: Find all files in /opt/opencrvs
ansible.builtin.find:
Expand Down

0 comments on commit 2c9be00

Please sign in to comment.