Skip to content

Commit

Permalink
Fix shared folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Jul 10, 2022
1 parent 5411c18 commit 7a8ec52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deploy/tasks/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- name: Ensure parent directories for shared paths are present
file:
path: "{{ deploy_helper.new_release_path }}/{{ item.path | dirname }}"
mode: '0777'
mode: '0755'
state: directory
with_items: "{{ project.project_shared_children | default(project_shared_children) }}"

Expand Down

0 comments on commit 7a8ec52

Please sign in to comment.