mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Improve tasks, show images before docker_compose_v2_pull tests.
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
- debug:
|
||||
msg: "Using name prefix {{ name_prefix }}"
|
||||
|
||||
- name: Show images
|
||||
command: docker images --all --digests
|
||||
|
||||
# Run the tests
|
||||
- block:
|
||||
- command: docker compose --help
|
||||
- name: Show docker compose --help output
|
||||
command: docker compose --help
|
||||
|
||||
- include_tasks: run-test.yml
|
||||
with_fileglob:
|
||||
|
||||
Reference in New Issue
Block a user