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.
This commit is contained in:
Felix Fontein
2024-07-25 20:47:32 +02:00
committed by GitHub
parent 45b2531129
commit 0fe84b510b
3 changed files with 45 additions and 4 deletions
@@ -0,0 +1,6 @@
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)."