docker_compose - Fix startup errors for docker-compose versions <1.17.0 (#182)

* Initial Commit

* Adding changelog fragment

* Applying review suggestions
This commit is contained in:
Ajpantuso
2021-07-31 05:37:02 -04:00
committed by GitHub
parent 567561ada0
commit 03f649f43c
2 changed files with 25 additions and 9 deletions
@@ -0,0 +1,4 @@
---
bugfixes:
- docker_compose - fixes task failures when bringing up services while using ``docker-compose <1.17.0``
(https://github.com/ansible-collections/community.docker/issues/180).