Browse Source

Fix task name spelling (#11684)

pull/11692/head
Dmitry Chistyakov 5 months ago
committed by GitHub
parent
commit
31a206033f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/tasks/download_file.yml

2
roles/download/tasks/download_file.yml

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

Loading…
Cancel
Save