Skip to content

Commit

Permalink
[lib-sftp] make /alma/aspace directory group-writeable
Browse files Browse the repository at this point in the history
Two users write to the /alma/aspace directory: the alma user and
the aspace user.  They are both part of the same group, but the
group needs write permissions to the directory.

Co-authored-by: Christina Chortaria <[email protected]>
Co-authored-by: Kevin Reiss <[email protected]>
Co-authored-by: Mark Zelesky <[email protected]>
Co-authored-by: Max Kadel <[email protected]>
Co-authored-by: regineheberlein <[email protected]>
  • Loading branch information
6 people committed Jan 9, 2025
1 parent a43d16b commit cf47ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/lib_sftp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
recurse: true
owner: "{{ aspaceftp_user }}"
group: "domain users"
mode: "0755"
mode: "0775"

0 comments on commit cf47ccb

Please sign in to comment.