mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
added missing docs for option in acl module (#50775)
* added missing docs for option in acl module * remove acl from ignore
This commit is contained in:
parent
0f6252baf3
commit
91d8383898
3 changed files with 8 additions and 2 deletions
|
@ -70,6 +70,12 @@ options:
|
|||
type: bool
|
||||
default: no
|
||||
version_added: '2.0'
|
||||
use_nfsv4_acls:
|
||||
description:
|
||||
- Use NFSv4 ACLs instead of POSIX ACLs.
|
||||
type: bool
|
||||
default: no
|
||||
version_added: '2.2'
|
||||
recalculate_mask:
|
||||
description:
|
||||
- Select if and when to recalculate the effective right masks of the files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue