From 3afaa2fef447dd8e0ce3346b705c47434bf31f06 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 11 Jan 2016 19:22:36 -0500 Subject: [PATCH] really fixed the doc formatting --- lib/ansible/modules/windows/win_feature.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)"