Skip to content

Commit

Permalink
am-jammy: Update HOME dir permissions (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Medinilla <[email protected]>
  • Loading branch information
mamedin and Miguel Medinilla authored Oct 13, 2023
1 parent d2a4c53 commit 13deee6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/archivematica-jammy/singlenode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@
become: "yes"
tags:
- "archivematica-src"

post_tasks:

- name: "change home dir perms (to make transfer source visible)"
become: "no"
command: "chmod 755 $HOME"
tags:
- "homeperms"

0 comments on commit 13deee6

Please sign in to comment.