From 8f449eec6484f08b8f8bf0d62c7e1898d05e84f7 Mon Sep 17 00:00:00 2001 From: Jens Stark <30623972+jstark1@users.noreply.github.com> Date: Mon, 26 Nov 2018 01:33:50 +0100 Subject: [PATCH] Updated help to list all features (#48875) * Updated help to list all features just to avoid searching powershell syntax Get-WindowsFeature +label: docsite_pr * added Linebreak added Linebreak * removed trailing whitespace removed trailing whitespace * slight modification of text --- lib/ansible/modules/windows/win_feature.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_feature.py b/lib/ansible/modules/windows/win_feature.py index 5fef1f53615..4256d4c0a9f 100644 --- a/lib/ansible/modules/windows/win_feature.py +++ b/lib/ansible/modules/windows/win_feature.py @@ -25,6 +25,7 @@ options: name: description: - Names of roles or features to install as a single feature or a comma-separated list of features. + - To list all available features use the PowerShell command C(Get-WindowsFeature). required: yes type: list state: