mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
docker_container: fix behavior when image is not specified (#46322)
* Don't simply ignore container in present() if image is not specified. * Use image from existing container for recreation if not specified. * Added changelog. * Improve comment.
This commit is contained in:
committed by
John R Barker
parent
25dfa78dc2
commit
895019c59b
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - the behavior is improved in case ``image`` is not specified, but needed for (re-)creating the container."
|
||||
Reference in New Issue
Block a user