Skip to content

Commit

Permalink
bugfix (#11959)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee authored Feb 8, 2025
1 parent d10a2cd commit c557adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/download/tasks/download_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
download_force_cache: "{{ true if download_run_once else download_force_cache }}"

- name: Download_file | Show url of file to download
when: unsafe_show_logs | bool
debug:
msg: "{{ download.url }}"
run_once: "{{ download_run_once }}"
Expand Down

0 comments on commit c557adf

Please sign in to comment.