From 0892ba8a4888206f5a1363730cb1f868836a49ff Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 12 Sep 2022 13:48:10 +0100 Subject: [PATCH] communishift: fix filesystem permissions on efs 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 8eb9521575..6f05c096b8 100644 --- a/roles/communishift/library/communishift_storage_efs.py +++ b/roles/communishift/library/communishift_storage_efs.py @@ -138,7 +138,7 @@ def run_module(): "SecondaryGids": [ 0 ], }, RootDirectory={ - "Path": f"/{ module.params["project_name"] }", + "Path": f"/{ module.params['project_name'] }", "CreationInfo": { "OwnerUid": 0, "OwnerGid": 0,