mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
@@ -43,11 +43,11 @@ options:
|
||||
type: str
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be
|
||||
set to C(no) when no other option exists. Prior to 1.9.3 the code
|
||||
defaulted to C(no).
|
||||
- If C(false), SSL certificates will not be validated. This should only be
|
||||
set to C(false) when no other option exists. Prior to 1.9.3 the code
|
||||
defaulted to C(false).
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user