Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-06 21:07:46 +02:00
committed by GitHub
parent 7229ef4ac4
commit 8595601708
170 changed files with 465 additions and 465 deletions

View File

@@ -22,7 +22,7 @@ options:
name:
description:
- Name of the plugin to install.
required: True
required: true
type: str
state:
description:
@@ -40,13 +40,13 @@ options:
parameter. If, for example, the plugin is already installed, changing this has no
effect.
- For ES 1.x use url.
required: False
required: false
type: str
url:
description:
- Set exact URL to download the plugin from (Only works for ES 1.x).
- For ES 2.x and higher, use src.
required: False
required: false
type: str
timeout:
description:
@@ -57,7 +57,7 @@ options:
force:
description:
- "Force batch mode when installing plugins. This is only necessary if a plugin requires additional permissions and console detection fails."
default: False
default: false
type: bool
plugin_bin:
description:

View File

@@ -22,7 +22,7 @@ options:
name:
description:
- Name of the plugin to install.
required: True
required: true
type: str
state:
description: