Skip to content

Commit

Permalink
Merge pull request #1403 from roots/fix-shared-folder-permissions
Browse files Browse the repository at this point in the history
Fix shared folder permissions
  • Loading branch information
swalkinshaw authored Jul 15, 2022
2 parents cc25e69 + 7a8ec52 commit ad7e495
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 ad7e495

Please sign in to comment.