mirror of https://github.com/ansible/ansible.git
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.
(cherry picked from commit 895019c59b
)
pull/47145/head
parent
c41c3b4160
commit
caf7885ef4
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - the behavior is improved in case ``image`` is not specified, but needed for (re-)creating the container."
|
Loading…
Reference in New Issue