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:
parent
f96fdf8fb1
commit
0892ba8a48
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue