mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
(cherry picked from commit 35a283918a)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -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: [ ]
|
||||
|
||||
Reference in New Issue
Block a user