community.docker/changelogs/fragments/942-compose-v2-pull.yml
Felix Fontein 0fe84b510b
docker_compose_v2_pull: add new options ignore_buildable, include_deps, and services; fix service CLI for docker_compose_v2 module (#942)
* Add new options for --ignore-buildable, --include-deps, and for providing services.

* Add services after -- and not before.
2024-07-25 20:47:32 +02:00

7 lines
482 B
YAML

minor_changes:
- "docker_compose_v2_pull - add new options ``ignore_buildable``, ``include_deps``, and ``services``
(https://github.com/ansible-collections/community.docker/issues/941, https://github.com/ansible-collections/community.docker/pull/942)."
bugfixes:
- "docker_compose_v2 - make sure that services provided in ``services`` are appended to the command line after ``--`` and not before it
(https://github.com/ansible-collections/community.docker/pull/942)."