1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Normalize more booleans. (#5247)

This commit is contained in:
Felix Fontein
2022-09-06 20:42:17 +02:00
committed by GitHub
parent 570445adc4
commit 015566fb06
170 changed files with 465 additions and 465 deletions

View File

@ -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: