mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-14 04:09:11 -07:00
(cherry picked from commit 1b480e9f37
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5657889b28
commit
f3a2750205
17 changed files with 50 additions and 50 deletions
|
@ -73,10 +73,10 @@ options:
|
|||
default: Created by Ansible
|
||||
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.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue