permissions_dirs_recursive
Verify if a directory and its content have the right permissions recursively.
⚙️ Compatible targets: Linux
Parameters
Name | Documentation |
---|---|
path | Path to the directory. This parameter is required. |
mode | Mode to enforce. This parameter is optional. |
owner | Owner to enforce. This parameter is optional. |
group | Group to enforce. This parameter is optional. |
Example
method: permissions_dirs_recursive
params:
mode: OPTIONAL_VALUE
path: VALUE
group: OPTIONAL_VALUE
owner: OPTIONAL_VALUE