Merge "Remove pip_lock_to_internal_repo variable"
This commit is contained in:
commit
03e899e59a
@ -32,7 +32,6 @@
|
||||
- name: Set pip upstream URL
|
||||
set_fact:
|
||||
pip_upstream_url: "https://bootstrap.pypa.io/get-pip.py"
|
||||
pip_lock_to_internal_repo: false
|
||||
when:
|
||||
- pip_upstream_url != "https://bootstrap.pypa.io/get-pip.py"
|
||||
- (_repo_data_check.status | default(503)) != 200
|
||||
|
@ -72,7 +72,6 @@
|
||||
- name: Fallback to PyPI
|
||||
set_fact:
|
||||
pip_default_index: "https://pypi.python.org/simple"
|
||||
pip_lock_to_internal_repo: False
|
||||
when: (pip_default_index_check.status | default(503)) != 200
|
||||
tags:
|
||||
- common-constraints
|
||||
|
Loading…
Reference in New Issue
Block a user