From c3322fd55bab6dd34638d3057e1d935ac2b9a159 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 17 Jan 2024 12:58:20 +0100 Subject: [PATCH] Fix typo. --- 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 2b7591d6..1bcc9dd3 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -68,7 +68,7 @@ options: - Whether to build images before starting containers. This is used when O(state=present). - V(always) always builds before starting containers. This is equivalent to the C(--build) option of C(docker compose up). - V(never) never builds before starting containers. This is equivalent to the C(--no-build) option of C(docker compose up). - - V(policy) uses the policy as defined in the Copose file. + - V(policy) uses the policy as defined in the Compose file. type: str choices: - always