mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-14 21:19:12 -07:00
Fix ssl_version default value. (#42955)
* Fix ssl_version default value. * Add changelog
This commit is contained in:
parent
dba975470d
commit
5d23406926
3 changed files with 5 additions and 4 deletions
|
@ -61,8 +61,7 @@ options:
|
|||
- tls_client_key
|
||||
ssl_version:
|
||||
description:
|
||||
- Provide a valid SSL version number. Default value determined by docker-py, currently 1.0.
|
||||
default: "1.0"
|
||||
- Provide a valid SSL version number. Default value determined by ssl.py module.
|
||||
tls:
|
||||
description:
|
||||
- Secure the connection to the API by using TLS without verifying the authenticity of the Docker host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue