mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
bugfix (#11959)
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
download_force_cache: "{{ true if download_run_once else download_force_cache }}"
|
download_force_cache: "{{ true if download_run_once else download_force_cache }}"
|
||||||
|
|
||||||
- name: Download_file | Show url of file to download
|
- name: Download_file | Show url of file to download
|
||||||
|
when: unsafe_show_logs | bool
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ download.url }}"
|
msg: "{{ download.url }}"
|
||||||
run_once: "{{ download_run_once }}"
|
run_once: "{{ download_run_once }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user