mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-14 11:49:50 +00:00
49263d6af5
* docker_compose_v2: add ignore_build_events option; ignore build events by default (#1011)
* Add ignore_build_events option.
* Adjust docs and tests.
* Switch default to true.
* Remove unnecessary parts from tests.
(cherry picked from commit 2e7b4e4605)
* Remove the new option.