communishift: fix filesystem permissions on efs storage mount

Signed-off-by: David Kirwan <dkirwan@redhat.com>
Signed-off-by: Lenka Segura <lsegura@redhat.com>
Signed-off-by: Patrik Polakovic <ppolakov@redhat.com>
This commit is contained in:
David Kirwan 2022-09-12 13:38:52 +01:00
parent 44dea690d5
commit f96fdf8fb1

View file

@ -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,