diff --git a/lib/ansible/modules/windows/win_feature.py b/lib/ansible/modules/windows/win_feature.py index bd2fbac5187..84c95154477 100644 --- a/lib/ansible/modules/windows/win_feature.py +++ b/lib/ansible/modules/windows/win_feature.py @@ -67,9 +67,7 @@ options: description: - Specify a source to install the feature from required: false - choices: - - "{driveletter}:\sources\sxs" - - "{IP}\Share\sources\sxs" + choices: [ ' {driveletter}:\sources\sxs', ' {IP}\Share\sources\sxs' ] version_added: "2.1" author: - "Paul Durivage (@angstwad)"