From 256839d125b2a9a508842ff4c151681247b173ab Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 23 Feb 2025 10:35:42 +0000 Subject: [PATCH] update description --- plugins/modules/docker_compose_v2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/docker_compose_v2.py b/plugins/modules/docker_compose_v2.py index ea972480..65d0f82c 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -162,9 +162,9 @@ options: version_added: 3.8.0 assume_yes: description: - - When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively. - - Right now a prompt is asked whenever a non-matching volume should be re-created. O(yes=false) - results in the question being answered by "no", which will simply re-use the existing volume. + - When O(assume_yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively. + - Right now a prompt is asked whenever a non-matching volume should be re-created. O(assume_yes=false) + results in the question not being answered, which will hang as it waits for stdin. - This option is only available on Docker Compose 2.32.0 or newer. type: bool default: false