mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-11 20:29:57 +00:00
Since docker-compose 2.32.2 present_3 is no longer changed.
This has been caused by https://github.com/docker/compose/pull/12442, since that PR removes the "building" event.
This commit is contained in:
parent
993d66971d
commit
ecc89cc64c
@ -121,7 +121,7 @@
|
|||||||
- present_2.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
- present_2.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
||||||
- present_3_check is changed
|
- present_3_check is changed
|
||||||
- present_3_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
- present_3_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
||||||
- ((present_3 is changed) if docker_compose_version is version('2.31.0', '>=') else (present_3 is not changed))
|
- ((present_3 is changed) if docker_compose_version is version('2.31.0', '>=') and docker_compose_version is version('2.32.2', '<') else (present_3 is not changed))
|
||||||
- present_3.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
- present_3.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
||||||
- present_4_check is changed
|
- present_4_check is changed
|
||||||
- present_4_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
- present_4_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user