community.docker/changelogs/fragments/163-docker_compose-timeout-fix.yml
Ajpantuso 14f15c0aec
docker_compose - Fix timeout defaulting behavior (#163)
* Initial commit

* Adding changelog fragment

* Updating changelog for breaking change
2021-10-05 08:38:24 +02:00

5 lines
260 B
YAML

---
breaking_changes:
- docker_compose - fixed ``timeout`` defaulting behavior so that ``stop_grace_period``, if defined in the compose
file, will be used if `timeout`` is not specified (https://github.com/ansible-collections/community.docker/pull/163).