mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* 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>
5 lines
373 B
YAML
5 lines
373 B
YAML
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)."
|