mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
Add source as optional parameter
This commit is contained in:
parent
2974358b2b
commit
21b79123a4
2 changed files with 42 additions and 7 deletions
|
@ -34,7 +34,6 @@ options:
|
|||
- Names of roles or features to install as a single feature or a comma-separated list of features
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
state:
|
||||
description:
|
||||
- State of the features or roles on the system
|
||||
|
@ -43,7 +42,6 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
aliases: []
|
||||
restart:
|
||||
description:
|
||||
- Restarts the computer automatically when installation is complete, if restarting is required by the roles or features installed.
|
||||
|
@ -51,7 +49,6 @@ options:
|
|||
- yes
|
||||
- no
|
||||
default: null
|
||||
aliases: []
|
||||
include_sub_features:
|
||||
description:
|
||||
- Adds all subfeatures of the specified feature
|
||||
|
@ -59,7 +56,6 @@ options:
|
|||
- yes
|
||||
- no
|
||||
default: null
|
||||
aliases: []
|
||||
include_management_tools:
|
||||
description:
|
||||
- Adds the corresponding management tools to the specified feature
|
||||
|
@ -67,7 +63,13 @@ options:
|
|||
- yes
|
||||
- no
|
||||
default: null
|
||||
aliases: []
|
||||
source:
|
||||
description:
|
||||
- Specify a source to install the feature from
|
||||
required: false
|
||||
choices:
|
||||
- {driveletter}:\sources\sxs
|
||||
- \\{IP}\Share\sources\sxs
|
||||
author:
|
||||
- "Paul Durivage (@angstwad)"
|
||||
- "Trond Hindenes (@trondhindenes)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue