Adjust booleans in monitoring modules. (#5156)

This commit is contained in:
Felix Fontein 2022-08-24 19:59:30 +02:00 committed by GitHub
commit 1b480e9f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 50 additions and 50 deletions

View file

@ -73,10 +73,10 @@ options:
type: str
validate_certs:
description:
- If C(no), SSL certificates for the target URL will not be validated.
- If C(false), SSL certificates for the target URL will not be validated.
This should only be used on personally controlled sites using self-signed certificates.
required: false
default: yes
default: true
type: bool
notes:
- Supports C(check_mode). Note that check mode simply does nothing except returning C(changed=true) in case the I(url) seems to be correct.