mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Update documented default value for acl's entry parameter to match implementation.
This commit is contained in:
parent
090706b581
commit
adcb28f806
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
|
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
|
||||||
type: str
|
type: str
|
||||||
|
default: ""
|
||||||
etype:
|
etype:
|
||||||
description:
|
description:
|
||||||
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.
|
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue