diff --git a/pr/1011/docker_compose_v2_module.html b/pr/1011/docker_compose_v2_module.html index 3522d852..476cfb62 100644 --- a/pr/1011/docker_compose_v2_module.html +++ b/pr/1011/docker_compose_v2_module.html @@ -370,11 +370,11 @@ see

Ignores image building events for change detection.

If state=present and ignore_build_events=true and build=always, a rebuild that does not trigger a container restart no longer results in changed=true.

-

Note that Docker Compose 2.31.0 is the first Compose 2.x version to emit build events. For older versions, the behavior is always as if ignore_build_events=false.

+

Note that Docker Compose 2.31.0 is the first Compose 2.x version to emit build events. For older versions, the behavior is always as if ignore_build_events=true.

Choices: