From fe0c26ea9df486eb3ec8cd85a67a39ce1b1321f7 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 12 Sep 2022 10:52:48 +0100 Subject: [PATCH] communishift: Fixing filesystem permissions on storage mount Signed-off-by: David Kirwan Signed-off-by: Lenka Segura Signed-off-by: Patrik Polakovic --- roles/communishift/library/communishift_storage_efs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/communishift/library/communishift_storage_efs.py b/roles/communishift/library/communishift_storage_efs.py index 900296222c..ba609fec9c 100644 --- a/roles/communishift/library/communishift_storage_efs.py +++ b/roles/communishift/library/communishift_storage_efs.py @@ -141,7 +141,7 @@ def run_module(): "CreationInfo": { "OwnerUid": 50000, "OwnerGid": 50000, - "Permissions": "775", + "Permissions": "777", }, }, )