From 3b8344a1c6d38673c410bc36327bc6b6408a4c0e Mon Sep 17 00:00:00 2001 From: londondaintta <127526961+londondaintta@users.noreply.github.com> Date: Sat, 22 Feb 2025 16:49:11 +0000 Subject: [PATCH] Apply doc suggestion Co-authored-by: Felix Fontein --- plugins/modules/docker_compose_v2.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/modules/docker_compose_v2.py b/plugins/modules/docker_compose_v2.py index 07d928bb..66fc3c73 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -163,6 +163,9 @@ options: 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. + - This option is only available on Docker Compose 2.32.0 or newer. type: bool default: false version_added: TODO