mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add docker build output to task result (#805)
The build output is only added during failures, but its useful to have this available during normal task execution as well.
This commit is contained in:
committed by
Felix Fontein
parent
18ef0bae0b
commit
ea8c107625
@@ -136,6 +136,11 @@
|
||||
- repository_1 is changed
|
||||
- repository_2 is not changed
|
||||
|
||||
# Uncomment in community.docker
|
||||
# - assert:
|
||||
# that:
|
||||
# - 'FROM busybox' in repository_1.stdout
|
||||
|
||||
- name: Get facts of image
|
||||
docker_image_info:
|
||||
name: "{{ test_image_base }}:latest"
|
||||
|
||||
Reference in New Issue
Block a user