mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
add --yes parameter to docker compose up (#1045)
* 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>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- docker_compose_v2 - add ``assume_yes`` parameter for ``docker compose up`` (https://github.com/ansible-collections/community.docker/pull/1045).
|
||||
Reference in New Issue
Block a user