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: