mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 20:00:23 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|||
- whitelisting in configuration
|
||||
options:
|
||||
conf_key:
|
||||
required: True
|
||||
required: true
|
||||
description: LogDNA Ingestion Key
|
||||
type: string
|
||||
env:
|
||||
|
@ -27,7 +27,7 @@ DOCUMENTATION = '''
|
|||
- section: callback_logdna
|
||||
key: conf_key
|
||||
plugin_ignore_errors:
|
||||
required: False
|
||||
required: false
|
||||
description: Whether to ignore errors on failing or not
|
||||
type: boolean
|
||||
env:
|
||||
|
@ -35,9 +35,9 @@ DOCUMENTATION = '''
|
|||
ini:
|
||||
- section: callback_logdna
|
||||
key: plugin_ignore_errors
|
||||
default: False
|
||||
default: false
|
||||
conf_hostname:
|
||||
required: False
|
||||
required: false
|
||||
description: Alternative Host Name; the current host name by default
|
||||
type: string
|
||||
env:
|
||||
|
@ -46,7 +46,7 @@ DOCUMENTATION = '''
|
|||
- section: callback_logdna
|
||||
key: conf_hostname
|
||||
conf_tags:
|
||||
required: False
|
||||
required: false
|
||||
description: Tags
|
||||
type: string
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue