Skip to content

Commit

Permalink
Update group in lib_sftp/tasks to pusvc-g
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Kayiwa <[email protected]>
  • Loading branch information
Beck-Davis and kayiwa committed Jan 10, 2025
1 parent 00513a9 commit 91e6275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/lib_sftp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
state: directory
recurse: true
owner: "{{ almasftp_user }}"
group: "domain users"
group: "pusvc-g"
mode: "0755"
loop:
- "/alma/bursar"
Expand All @@ -27,5 +27,5 @@
state: directory
recurse: true
owner: "{{ aspaceftp_user }}"
group: "domain users"
group: "pusvc-g"
mode: "0775"

0 comments on commit 91e6275

Please sign in to comment.