mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Only disable cert validation in examples for local network access (#7576)
Only disable cert validation in examples for local network access!
This commit is contained in:
@@ -99,7 +99,7 @@ EXAMPLES = '''
|
||||
user: admin
|
||||
password: admin
|
||||
url: https://localhost
|
||||
validate_certs: false
|
||||
validate_certs: false # only do this when you trust the network!
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user