Adjust booleans in monitoring modules. (#5156) (#5170)

(cherry picked from commit 1b480e9f37)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-08-24 20:47:17 +02:00
committed by GitHub
parent 5657889b28
commit f3a2750205
17 changed files with 50 additions and 50 deletions

View File

@@ -68,10 +68,10 @@ options:
default: https://api.bigpanda.io
validate_certs:
description:
- If C(no), SSL certificates for the target url will not be validated. This should only be used
- 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
deployment_message:
type: str