Remove timeout when waiting for container to finish. (#527)

This commit is contained in:
Felix Fontein
2022-12-08 22:15:42 +01:00
committed by GitHub
parent b318c02148
commit 3a40112a76
3 changed files with 5 additions and 3 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - when ``detach=false``, wait indefinitely and not at most one minute. This was the behavior with Docker SDK for Python, and was accidentally changed in 3.0.0 (https://github.com/ansible-collections/community.docker/issues/526, https://github.com/ansible-collections/community.docker/pull/527)."