This commit is contained in:
Bas
2025-02-08 12:01:55 +01:00
committed by GitHub
parent d10a2cd4c6
commit c557adf911

View File

@@ -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 }}"