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:48:10 +01:00
parent f96fdf8fb1
commit 0892ba8a48

View file

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