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:
@@ -174,7 +174,8 @@
|
||||
- (output_direct.host_info | sanitize_host_info) == (output_https.host_info | sanitize_host_info)
|
||||
|
||||
always:
|
||||
- command: docker logs {{ daemon_nginx_frontend }}
|
||||
- name: Obtain logs from the nginx frontend
|
||||
command: docker logs {{ daemon_nginx_frontend }}
|
||||
register: output
|
||||
ignore_errors: true
|
||||
- debug:
|
||||
|
||||
Reference in New Issue
Block a user