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
3 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "docker_image - return docker build output (https://github.com/ansible-collections/community.general/pull/805)."