Adjust booleans in monitoring modules. (#5156)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:30 +02:00
committed by GitHub
parent ddc989ec6d
commit 1b480e9f37
17 changed files with 50 additions and 50 deletions

View File

@@ -75,10 +75,10 @@ options:
description: ["An arbitrary string to use for aggregation."]
validate_certs:
description:
- If C(no), SSL certificates will not be validated. This should only be used
- If C(false), SSL certificates will not be validated. This should only be used
on personally controlled sites using self-signed certificates.
type: bool
default: 'yes'
default: true
'''
EXAMPLES = '''