community.docker/changelogs/fragments/1085-docker_container-command-empty.yml
Felix Fontein 620037e470
docker_container idempotency: work around Docker not returning true configured command when command is [] (#1085) (#1086)
* Work around Docker not returning true configured command when command is [].

* Lint.

* Add test.

* Add changelog fragment.

(cherry picked from commit e9f4553b01)
2025-06-08 21:06:26 +02:00

3 lines
240 B
YAML

bugfixes:
- "docker_container - fix idempotency if ``command=[]`` and ``command_handling=correct`` (https://github.com/ansible-collections/community.docker/issues/1080, https://github.com/ansible-collections/community.docker/pull/1085)."