1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00

Update documented default value for acl's entry parameter to match implementation.

This commit is contained in:
Gregory Furlong 2022-12-13 10:40:51 -05:00
parent 090706b581
commit adcb28f806

View file

@ -44,6 +44,7 @@ options:
description:
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
type: str
default: ""
etype:
description:
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.