fixed win_feature docs
added version_added for source and fixed some yaml parsing
This commit is contained in:
parent
3129154a2a
commit
f5ddbd5c49
1 changed files with 6 additions and 5 deletions
|
@ -68,8 +68,9 @@ options:
|
||||||
- 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"
|
||||||
|
version_added: "2.1"
|
||||||
author:
|
author:
|
||||||
- "Paul Durivage (@angstwad)"
|
- "Paul Durivage (@angstwad)"
|
||||||
- "Trond Hindenes (@trondhindenes)"
|
- "Trond Hindenes (@trondhindenes)"
|
||||||
|
|
Loading…
Reference in a new issue