homeserver/roles/mgrote_set_permissions/README.md
Michael Grote 7a24089031 fix linter errors (#584)
Reviewed-on: #584
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-25 22:26:17 +02:00

18 lines
246 B
Markdown

## set dir permissions
### Beschreibung
Setze Berechtigungen für Ordner. (`chmod` + `chmod`)
### getestet auf
- [x] Ubuntu (>=20.04)
### Variables
```yaml
dir_permissions:
- path:
owner: # optional
group: # optional
mode:
```