mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
* add yes option for compose up to assume yes and prevent hanging * fix type * add default * add changelog fragment * Apply doc suggestion Co-authored-by: Felix Fontein <felix@fontein.de> * set version_added to 4.5.0 * use `assume_yes` to avoid clashing with yaml `yes` keyword * add version check * default self.yes to False * update description * Fail on older version Co-authored-by: Felix Fontein <felix@fontein.de> * update changelog fragment * update description --------- Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
163 B
YAML
3 lines
163 B
YAML
minor_changes:
|
|
- docker_compose_v2 - add ``assume_yes`` parameter for ``docker compose up`` (https://github.com/ansible-collections/community.docker/pull/1045).
|