diff --git a/roles/communishift/library/communishift_storage_efs.py b/roles/communishift/library/communishift_storage_efs.py index 081d15275a..8eb9521575 100644 --- a/roles/communishift/library/communishift_storage_efs.py +++ b/roles/communishift/library/communishift_storage_efs.py @@ -135,9 +135,10 @@ def run_module(): PosixUser={ "Uid": 1001, "Gid": 1001, + "SecondaryGids": [ 0 ], }, RootDirectory={ - "Path": "/", + "Path": f"/{ module.params["project_name"] }", "CreationInfo": { "OwnerUid": 0, "OwnerGid": 0,