Skip to content
Snippets Groups Projects
Unverified Commit 0b102287 authored by yjqg6666's avatar yjqg6666 Committed by GitHub
Browse files

[#10148] The download.timeout can be changed by variable download.timeout (#10149)

parent d325fd6a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment