Fix crashes due to wrong names. (#1161)

This commit is contained in:
Felix Fontein
2025-10-11 15:29:14 +02:00
committed by GitHub
parent 892e9d9cbd
commit 33c8a49191
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
bugfixes:
- "docker connection plugin - fix crash instead of warning if Docker version does not support ``remote_user`` (https://github.com/ansible-collections/community.docker/pull/1161)."
- "docker_compose_v2_exec - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161)."
- "docker_compose_v2_run - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161)."