docker_container: return status also when 0 for non-detached containers (#58)

* Return status also when 0.

* Fix PR number.
This commit is contained in:
Felix Fontein
2021-01-02 18:53:25 +01:00
committed by GitHub
parent 9b131399ce
commit e4b747d788
3 changed files with 15 additions and 1 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - when a container is started with ``detached=false``, ``status`` is now also returned when it is 0 (https://github.com/ansible-collections/community.docker/issues/26, https://github.com/ansible-collections/community.docker/pull/58)."