mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11 lines
569 B
YAML
11 lines
569 B
YAML
|
---
|
||
|
bugfixes:
|
||
|
- docker_compose - add a condition to prevent service startup
|
||
|
if parameter ``stopped`` is true. Otherwise, the service will be
|
||
|
started on each play and stopped again immediately due to
|
||
|
the ``stopped`` parameter and breaks the idempotency of the module
|
||
|
(https://github.com/ansible-collections/community.general/issues/532).
|
||
|
- docker_compose - disallow usage of the parameters ``stopped`` and ``restarted``
|
||
|
at the same time. This breaks also the idempotency
|
||
|
(https://github.com/ansible-collections/community.general/issues/532).
|