mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
docker_container: allow to wait for a container to become healthy (#921)
* Allow to wait for a container to become healthy. * Improve wording. Co-authored-by: Don Naro <dnaro@redhat.com> * Improve explanation. --------- Co-authored-by: Don Naro <dnaro@redhat.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- "docker_container - the new ``state=healthy`` allows to wait for a container to become healthy on startup.
|
||||
The ``healthy_wait_timeout`` option allows to configure the maximum time to wait for this to happen
|
||||
(https://github.com/ansible-collections/community.docker/issues/890, https://github.com/ansible-collections/community.docker/pull/921)."
|
||||
Reference in New Issue
Block a user