mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159)
This commit is contained in:
@@ -50,12 +50,12 @@ options:
|
||||
description:
|
||||
- Use https to access balancer management page.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
validate_certs:
|
||||
description:
|
||||
- Validate ssl/tls certificates.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user