Skip to content

Commit 13deee6

Browse files
mamedinMiguel Medinilla
andauthored
am-jammy: Update HOME dir permissions (#143)
Co-authored-by: Miguel Medinilla <mamedin@artefactual.com>
1 parent d2a4c53 commit 13deee6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

playbooks/archivematica-jammy/singlenode.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@
4747
become: "yes"
4848
tags:
4949
- "archivematica-src"
50+
51+
post_tasks:
52+
53+
- name: "change home dir perms (to make transfer source visible)"
54+
become: "no"
55+
command: "chmod 755 $HOME"
56+
tags:
57+
- "homeperms"

0 commit comments

Comments
 (0)