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:
Raghu Siddarth Udiyar 2020-11-15 21:21:02 +05:30 committed by GitHub
parent 726aa5ecf7
commit 33b8d1c57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 5 deletions

View file

@ -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"