Fix error handling. (#546)

This commit is contained in:
Felix Fontein
2023-01-05 09:42:42 +01:00
committed by GitHub
parent 311926aaad
commit 18091193de
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,3 @@
bugfixes:
- "docker_api connection plugin - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)."
- "docker_container_exec - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)."