docker_container: add image_comparison parameter (#428)

* Add image_comparison parameter.

* Forgot version_added.
This commit is contained in:
Felix Fontein
2022-07-15 17:14:40 +02:00
committed by GitHub
parent 37c868e192
commit 5d0a036819
4 changed files with 67 additions and 7 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - add a new parameter ``image_comparison`` to control the behavior for which image will be used for idempotency checks (https://github.com/ansible-collections/community.docker/issues/421, https://github.com/ansible-collections/community.docker/pull/428)."