mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
committed by
Alicia Cozine
parent
0f6252baf3
commit
91d8383898
2
changelogs/fragments/acl_doc_fix.yml
Normal file
2
changelogs/fragments/acl_doc_fix.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- document old option that was initally missed
|
||||
@@ -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.
|
||||
|
||||
@@ -402,8 +402,6 @@ lib/ansible/modules/database/proxysql/proxysql_scheduler.py E322
|
||||
lib/ansible/modules/database/vertica/vertica_role.py E322
|
||||
lib/ansible/modules/database/vertica/vertica_schema.py E322
|
||||
lib/ansible/modules/database/vertica/vertica_user.py E322
|
||||
lib/ansible/modules/files/acl.py E322
|
||||
lib/ansible/modules/files/acl.py E325
|
||||
lib/ansible/modules/files/assemble.py E323
|
||||
lib/ansible/modules/files/assemble.py E324
|
||||
lib/ansible/modules/files/blockinfile.py E324
|
||||
|
||||
Reference in New Issue
Block a user