docker_compose - Fix timeout defaulting behavior (#163)

* Initial commit

* Adding changelog fragment

* Updating changelog for breaking change
This commit is contained in:
Ajpantuso
2021-10-05 02:38:24 -04:00
committed by GitHub
parent 26d8aa1c80
commit 14f15c0aec
2 changed files with 9 additions and 4 deletions
@@ -0,0 +1,4 @@
---
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).