From 13deee6befda26393753d9f16267289909b25382 Mon Sep 17 00:00:00 2001 From: Miguel Angel Medinilla Date: Fri, 13 Oct 2023 19:05:43 +0200 Subject: [PATCH] am-jammy: Update HOME dir permissions (#143) Co-authored-by: Miguel Medinilla --- playbooks/archivematica-jammy/singlenode.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/archivematica-jammy/singlenode.yml b/playbooks/archivematica-jammy/singlenode.yml index 3a68057e..423a87ac 100644 --- a/playbooks/archivematica-jammy/singlenode.yml +++ b/playbooks/archivematica-jammy/singlenode.yml @@ -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"