docker_compose - add env_file option (#174)

* Initial commit

* Adding changelog and fixing docs

* Fixing integration tests

* Restricting minimum docker-compose versions for tests

* Applying initial review suggestions
This commit is contained in:
Ajpantuso
2021-07-16 13:01:20 -04:00
committed by GitHub
parent a0f2091e6a
commit 9b661a6ac2
3 changed files with 99 additions and 1 deletions
@@ -0,0 +1,4 @@
---
minor_changes:
- docker_compose - added ``env_file`` option for specifying custom environment files
(https://github.com/ansible-collections/community.docker/pull/174).