mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07:00
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:
|
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)"
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue