Clean up vendored Docker SDK for Python TLS handling code. (#722)

This commit is contained in:
Felix Fontein
2023-12-09 23:19:36 +01:00
committed by GitHub
parent 26772304f9
commit b3ef5f5196
3 changed files with 8 additions and 13 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "vendored Docker SDK for Python - avoid passing on ``ssl_version`` and ``tls_hostname`` if they were not provided by the user. Remove dead code. (https://github.com/ansible-collections/community.docker/pull/722)."