mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Chnge description as list inside string
This commit is contained in:
15
library/gem
15
library/gem
@@ -28,7 +28,8 @@ description:
|
||||
version_added: "1.1"
|
||||
options:
|
||||
name:
|
||||
description: The name of the gem to be managed.
|
||||
description:
|
||||
- The name of the gem to be managed.
|
||||
required: true
|
||||
state:
|
||||
description:
|
||||
@@ -36,19 +37,23 @@ options:
|
||||
required: true
|
||||
choices: [present, absent, latest]
|
||||
gem_source:
|
||||
description: The path to a local gem used as installation source.
|
||||
description:
|
||||
- The path to a local gem used as installation source.
|
||||
required: false
|
||||
include_dependencies:
|
||||
description: Wheter to include dependencies or not.
|
||||
description:
|
||||
- Wheter to include dependencies or not.
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: "yes"
|
||||
repository:
|
||||
description: The repository from which the gem will be installed
|
||||
description:
|
||||
- The repository from which the gem will be installed
|
||||
required: false
|
||||
aliases: [source]
|
||||
version:
|
||||
description: Version of the gem to be installed/removed.
|
||||
description:
|
||||
- Version of the gem to be installed/removed.
|
||||
required: false
|
||||
author: Johan Wiren
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user