mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user