mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
The build output is only added during failures, but its useful to
have this available during normal task execution as well.
(cherry picked from commit 33b8d1c57e
)
Co-authored-by: Raghu Siddarth Udiyar <raghusiddarth@gmail.com>
This commit is contained in:
parent
85fd4240f6
commit
51a3594494
3 changed files with 24 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue