fixed win_feature docs

added version_added for source and fixed some yaml parsing
This commit is contained in:
Brian Coca 2016-01-11 18:03:59 -05:00
parent dc517ecea6
commit a876214bd5

View file

@ -38,7 +38,7 @@ options:
description: description:
- State of the features or roles on the system - State of the features or roles on the system
required: false required: false
choices: choices:
- present - present
- absent - absent
default: present default: present
@ -67,10 +67,11 @@ options:
description: description:
- Specify a source to install the feature from - Specify a source to install the feature from
required: false required: false
choices: choices:
- {driveletter}:\sources\sxs - "{driveletter}:\sources\sxs"
- \\{IP}\Share\sources\sxs - "{IP}\Share\sources\sxs"
author: version_added: "2.1"
author:
- "Paul Durivage (@angstwad)" - "Paul Durivage (@angstwad)"
- "Trond Hindenes (@trondhindenes)" - "Trond Hindenes (@trondhindenes)"
''' '''