Add wait and wait_timeout options. (#796)

This commit is contained in:
Felix Fontein
2024-02-14 22:48:36 +01:00
committed by GitHub
parent b5de1fd1ad
commit e494464e56
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_compose_v2 - allow to wait until containers are running/health when running ``docker compose up`` with the new ``wait`` option (https://github.com/ansible-collections/community.docker/issues/794, https://github.com/ansible-collections/community.docker/pull/796)."