Close response instead of derived socket. (#1260)

This commit is contained in:
Felix Fontein
2026-05-26 21:11:50 +02:00
committed by GitHub
parent 3bec6b2add
commit 5afe15ea50
4 changed files with 16 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
bugfixes:
- "docker_container_exec module, docker_api connection plugin - ensure that when a command is run in a container with stdin provided, that the actual response is closed and not a socket derived from it.
The old behavior causes warnings to be shown on Python 3.13+ under certain conditions
(https://github.com/ansible-collections/community.docker/issues/1247, https://github.com/ansible-collections/community.docker/pull/1260)."