mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Fix task name spelling (#11684)
This commit is contained in:
parent
66d3cb7e6f
commit
31a206033f
@ -7,7 +7,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
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 dowload
|
- name: Download_file | Show url of file to download
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ download.url }}"
|
msg: "{{ download.url }}"
|
||||||
run_once: "{{ download_run_once }}"
|
run_once: "{{ download_run_once }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user