Add image_name_mismatch option. (#488)

This commit is contained in:
Felix Fontein
2022-11-01 20:48:58 +01:00
committed by GitHub
parent 4e1bb64b0a
commit 5b31f17016
6 changed files with 179 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - added ``image_name_mismatch`` option which allows to control the behavior if the container uses the image specified, but the container's configuration uses a different name for the image than the one provided to the module (https://github.com/ansible-collections/community.docker/issues/485, https://github.com/ansible-collections/community.docker/pull/488)."