mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Merge pull request #7567 from kitwestneat/devel
Fixed documentation for etype parameter on acl module.
This commit is contained in:
@@ -63,7 +63,7 @@ options:
|
|||||||
default: null
|
default: null
|
||||||
choices: [ 'user', 'group', 'mask', 'other' ]
|
choices: [ 'user', 'group', 'mask', 'other' ]
|
||||||
description:
|
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:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user