Deprecate ssl_version. (#853)

This commit is contained in:
Felix Fontein
2024-05-11 15:53:19 +02:00
committed by GitHub
parent f2a5d6f872
commit 36c118d154
6 changed files with 24 additions and 1 deletions
+3
View File
@@ -78,6 +78,9 @@ DOCUMENTATION = '''
- Provide a valid SSL version number. Default value determined
by L(SSL Python module, https://docs.python.org/3/library/ssl.html).
type: str
deprecated:
why: This was necessary a long time ago to handle problems with SSL versions. It is no longer necessary nowadays.
version: 4.0.0
api_version:
description:
- The version of the Docker API running on the Docker Host.