From f0af1a7badd2500a937dc16de711eab913bee496 Mon Sep 17 00:00:00 2001 From: Dominic London Date: Fri, 21 Feb 2025 12:46:36 +0000 Subject: [PATCH] fix type --- plugins/modules/docker_compose_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: