Skip to content

Commit

Permalink
Altered group for privsep dirs to allow galaxy_user to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Slugger70 committed Jun 7, 2022
1 parent d114857 commit 7eb496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
path: "{{ item }}"
state: directory
owner: "{{ __galaxy_privsep_user_name }}"
group: "{{ __galaxy_privsep_user_group }}"
group: "{{ __galaxy_user_group }}" #This is set so that the galaxy_user can read the files in the priv_sep dirs. (As priv_sep dirs have defauly perms of 0640.)
mode: "{{ __galaxy_dir_perms }}"
with_items: "{{ galaxy_privsep_dirs }}"
when: item | default(False)
Expand Down

0 comments on commit 7eb496e

Please sign in to comment.