Browse Source

bugfix (#11959)

pull/11728/merge
Bas 7 months ago
committed by GitHub
parent
commit
c557adf911
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/download/tasks/download_file.yml

1
roles/download/tasks/download_file.yml

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

Loading…
Cancel
Save