Fix docker_container_exec's detach=true. (#1145)

This commit is contained in:
Felix Fontein
2025-10-07 18:49:20 +02:00
committed by GitHub
parent 54c2e49fdf
commit 449b37e1c9
3 changed files with 26 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "docker_container_exec - make ``detach=true`` work. So far this resulted in no execution being done (https://github.com/ansible-collections/community.docker/pull/1145)."