Merge "Set timeouts on uri tasks" into stable/queens
This commit is contained in:
commit
ba77cee3e8
@ -21,6 +21,7 @@
|
||||
uri:
|
||||
url: "{{ pip_upstream_url }}"
|
||||
method: "HEAD"
|
||||
timeout: 3
|
||||
register: _repo_data_check
|
||||
failed_when: false
|
||||
when: pip_upstream_url != "https://bootstrap.pypa.io/get-pip.py"
|
||||
|
@ -22,6 +22,7 @@
|
||||
uri:
|
||||
url: "{{ pip_install_upper_constraints }}"
|
||||
method: "HEAD"
|
||||
timeout: 3
|
||||
register: upper_constraints_check
|
||||
failed_when: false
|
||||
tags:
|
||||
@ -31,6 +32,7 @@
|
||||
uri:
|
||||
url: "{{ pip_default_index }}"
|
||||
method: "HEAD"
|
||||
timeout: 3
|
||||
register: pip_default_index_check
|
||||
failed_when: false
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user