mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159)
This commit is contained in:
parent
675bdef190
commit
7533f9ac26
20 changed files with 72 additions and 72 deletions
|
@ -33,11 +33,11 @@ options:
|
|||
default: http://localhost:8080
|
||||
validate_certs:
|
||||
description:
|
||||
- If set to C(no), the SSL certificates will not be validated.
|
||||
This should only set to C(no) used on personally controlled sites
|
||||
- If set to C(false), the SSL certificates will not be validated.
|
||||
This should only set to C(false) used on personally controlled sites
|
||||
using self-signed certificates as it avoids verifying the source site.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
user:
|
||||
type: str
|
||||
description:
|
||||
|
@ -90,7 +90,7 @@ EXAMPLES = '''
|
|||
user: admin
|
||||
password: admin
|
||||
url: https://localhost
|
||||
validate_certs: no
|
||||
validate_certs: false
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue