Do not accept tls_hostname for Docker SDK for Python 7.0.0+. (#721)

This commit is contained in:
Felix Fontein
2023-12-09 23:16:03 +01:00
committed by GitHub
parent a120794958
commit 26772304f9
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "modules and plugins using the Docker SDK for Python - remove ``tls_hostname`` from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/721)."