mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
docker_compose_v2: ignore some pull events (#803)
* Ignore some pull events. * Adjust tests.
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
- present_3_check.actions | selectattr('status', 'eq', 'Pulling') | first
|
||||
- present_3_check.actions | selectattr('status', 'eq', 'Creating') | length == 0
|
||||
- present_3_check.actions | selectattr('status', 'eq', 'Recreating') | length == 0
|
||||
- present_3 is changed
|
||||
- present_3 is not changed
|
||||
- present_3.actions | selectattr('status', 'eq', 'Pulling') | first
|
||||
- present_3.actions | selectattr('status', 'eq', 'Creating') | length == 0
|
||||
- present_3.actions | selectattr('status', 'eq', 'Recreating') | length == 0
|
||||
|
||||
Reference in New Issue
Block a user