Fix task name spelling (#11684)

This commit is contained in:
Dmitry Chistyakov
2024-11-04 15:33:28 +03:00
committed by GitHub
parent 66d3cb7e6f
commit 31a206033f

View File

@@ -7,7 +7,7 @@
set_fact:
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:
msg: "{{ download.url }}"
run_once: "{{ download_run_once }}"