mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
docker_compose: fix idempotency for stopped services (#159)
* Always use |= instead of = when updating changed status. * Fix idempotence bug. * Add changelog fragment.
This commit is contained in:
@@ -219,8 +219,8 @@
|
||||
that:
|
||||
- present_1 is changed
|
||||
- present_2 is changed
|
||||
# - present_3 is not changed -- FIXME! https://github.com/ansible-collections/community.docker/issues/142
|
||||
# - present_4 is not changed -- FIXME! https://github.com/ansible-collections/community.docker/issues/142
|
||||
- present_3 is not changed
|
||||
- present_4 is not changed
|
||||
- started_1 is changed
|
||||
- started_2 is changed
|
||||
- started_3 is not changed
|
||||
|
||||
Reference in New Issue
Block a user