mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
(cherry picked from commit 1b480e9f37)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -65,10 +65,10 @@ options:
|
||||
type: str
|
||||
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
|
||||
|
||||
requirements: []
|
||||
|
||||
Reference in New Issue
Block a user