mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix grammar and clarify 'list' description for ABE (#44271)
Grammar on the description for option 'list' was grammatically incorrect. Also suggest to add wording that clarifies that 'list' is indeed Access-Based Enumeration. +label: docsite_pr
This commit is contained in:
committed by
Sam Doran
parent
2556098479
commit
a9cf4d58bf
@@ -41,7 +41,7 @@ options:
|
||||
- Share description.
|
||||
list:
|
||||
description:
|
||||
- Specify whether to allow or deny file listing, in case user got no permission on share.
|
||||
- Specify whether to allow or deny file listing, in case user has no permission on share. Also known as Access-Based Enumeration.
|
||||
type: bool
|
||||
default: 'no'
|
||||
read:
|
||||
|
||||
Reference in New Issue
Block a user