Skip to content

Commit

Permalink
Fix task name spelling (kubernetes-sigs#11684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmncmn authored and kpoxo6op committed Dec 27, 2024
1 parent f13e540 commit edd0f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/tasks/download_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit edd0f83

Please sign in to comment.