mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
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:
@@ -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)."
|
||||
Reference in New Issue
Block a user