From d9d727638c5b3900baafbda090a627b2f4a0a52c Mon Sep 17 00:00:00 2001 From: Dominic London Date: Fri, 21 Feb 2025 12:46:59 +0000 Subject: [PATCH] add default --- plugins/modules/docker_compose_v2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/docker_compose_v2.py b/plugins/modules/docker_compose_v2.py index eac00d45..07d928bb 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -164,6 +164,7 @@ options: description: - When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively. type: bool + default: false version_added: TODO author: