diff --git a/tasks/repo_build_wheels.yml b/tasks/repo_build_wheels.yml index 0645f5d..c9c5a0b 100644 --- a/tasks/repo_build_wheels.yml +++ b/tasks/repo_build_wheels.yml @@ -120,7 +120,7 @@ - name: Get /opt/get-pip.py if it does not exist get_url: - url: "https://bootstrap.pypa.io/get-pip.py" + url: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/get-pip.py') }}" dest: "/opt/get-pip.py" force: no register: _get_pip