docker_compose - Adding profiles option. (#167)

* Initial commit

* fixing tests

* Adding changelog fragment
This commit is contained in:
Ajpantuso
2021-06-28 14:54:54 -04:00
committed by GitHub
parent 1cdf8d5620
commit 072d96ca62
4 changed files with 122 additions and 0 deletions
@@ -0,0 +1,4 @@
---
minor_changes:
- docker_compose - added ``profiles`` option to specify service profiles when starting services
(https://github.com/ansible-collections/community.docker/pull/167).