diff --git a/plugins/modules/docker_compose_v2.py b/plugins/modules/docker_compose_v2.py index 17667b0b..eac00d45 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -163,7 +163,7 @@ options: yes: description: - When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively. - type: int + type: bool version_added: TODO author: