Merge "Set timeouts on uri tasks"

This commit is contained in:
Zuul 2018-03-11 00:04:48 +00:00 committed by Gerrit Code Review
commit 162acd2817
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -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: