docker_compose - Fix idempotency when services have no enabled profiles (#192)

* Initial Commit

* Adding integration tests

* Fixing integration and adding changelog fragment
This commit is contained in:
Ajpantuso
2021-08-20 07:33:35 -04:00
committed by GitHub
parent 50d3b9c280
commit 4dfc3ae5d7
3 changed files with 28 additions and 12 deletions
@@ -0,0 +1,4 @@
---
bugfixes:
- docker_compose - fixed incorrect ``changed`` status for services with ``profiles`` defined, but none enabled
(https://github.com/ansible-collections/community.docker/pull/192).