From a9cf4d58bfc35696f64047521e0d0f8f15fb4b48 Mon Sep 17 00:00:00 2001 From: Steve Jennings Date: Thu, 16 Aug 2018 14:54:15 -0400 Subject: [PATCH] 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 --- lib/ansible/modules/windows/win_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_share.py b/lib/ansible/modules/windows/win_share.py index 429b938e53..2f2af1b806 100644 --- a/lib/ansible/modules/windows/win_share.py +++ b/lib/ansible/modules/windows/win_share.py @@ -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: