17 lines
246 B
Markdown
17 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:
|
|
```
|