1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed documentation for etype parameter on acl module.

The etype parameter just had a copy of the default parameter documentation.
Changed it to reflect what it really is for.
This commit is contained in:
Kit Westneat 2014-05-27 13:32:15 -04:00
parent cfd8c685d1
commit fabe8521cb

View file

@ -63,7 +63,7 @@ options:
default: null
choices: [ 'user', 'group', 'mask', 'other' ]
description:
- if the target is a directory, setting this to yes will make it the default acl for entities created inside the directory. It causes an error if name is a file.
- the entity type of the ACL to apply, see setfacl documentation for more info.
permissions: