diff --git a/roles/download/tasks/download_file.yml b/roles/download/tasks/download_file.yml
index 3bddd74480d9ca74d5188a6de1a5daabe8bc0991..e6576f29ea70daff983673b3ecc5ef5eb0855f99 100644
--- a/roles/download/tasks/download_file.yml
+++ b/roles/download/tasks/download_file.yml
@@ -93,6 +93,7 @@
       url_username: "{{ download.username | default(omit) }}"
       url_password: "{{ download.password | default(omit) }}"
       force_basic_auth: "{{ download.force_basic_auth | default(omit) }}"
+      timeout: "{{ download.timeout | default(omit) }}"
     delegate_to: "{{ download_delegate if download_force_cache else inventory_hostname }}"
     run_once: "{{ download_force_cache }}"
     register: get_url_result