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
44dea690d5
commit
f96fdf8fb1
1 changed files with 2 additions and 1 deletions
|
@ -135,9 +135,10 @@ def run_module():
|
||||||
PosixUser={
|
PosixUser={
|
||||||
"Uid": 1001,
|
"Uid": 1001,
|
||||||
"Gid": 1001,
|
"Gid": 1001,
|
||||||
|
"SecondaryGids": [ 0 ],
|
||||||
},
|
},
|
||||||
RootDirectory={
|
RootDirectory={
|
||||||
"Path": "/",
|
"Path": f"/{ module.params["project_name"] }",
|
||||||
"CreationInfo": {
|
"CreationInfo": {
|
||||||
"OwnerUid": 0,
|
"OwnerUid": 0,
|
||||||
"OwnerGid": 0,
|
"OwnerGid": 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue