Skip to content

Commit c557adf

Browse files
authored
bugfix (#11959)
1 parent d10a2cd commit c557adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/download/tasks/download_file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
download_force_cache: "{{ true if download_run_once else download_force_cache }}"
99

1010
- name: Download_file | Show url of file to download
11+
when: unsafe_show_logs | bool
1112
debug:
1213
msg: "{{ download.url }}"
1314
run_once: "{{ download_run_once }}"

0 commit comments

Comments
 (0)