Skip to content

Commit d670e09

Browse files
dkrucesmcgrof
authored andcommitted
base_image: add custom image url info
This provides better visibility into long-running downloads and makes debugging easier when image fetching encounters issues. Signed-off-by: Daniel Gomez <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f0d0139 commit d670e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/base_image/tasks/custom-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
get_mime: false
3535
register: custom_image_stat
3636

37-
- name: Fetch the custom image
37+
- name: Fetch the custom image {{ guestfs_custom_raw_image_url }}
3838
become: true
3939
become_method: ansible.builtin.sudo
4040
ansible.builtin.get_url:

0 commit comments

Comments
 (0)