diff --git a/plugins/modules/docker_compose_v2.py b/plugins/modules/docker_compose_v2.py index 66fc3c73..d14d8492 100644 --- a/plugins/modules/docker_compose_v2.py +++ b/plugins/modules/docker_compose_v2.py @@ -168,7 +168,7 @@ options: - This option is only available on Docker Compose 2.32.0 or newer. type: bool default: false - version_added: TODO + version_added: 4.5.0 author: - Felix Fontein (@felixfontein)