Adjust booleans in notification modules. (#5157) (#5171)

(cherry picked from commit 35a283918a)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:48:53 +02:00 committed by GitHub
parent f3a2750205
commit fe0a5fd85f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 30 additions and 30 deletions

View file

@ -80,10 +80,10 @@ options:
required: false
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.
required: false
default: 'yes'
default: true
type: bool
requirements: [ ]