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