From 97942432c532d6b93b512679ca5173bdc59c36f6 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 8 Mar 2021 15:03:43 +0100 Subject: [PATCH] Change get-pip url The path for get-pip.py script in version 3.5 has been changed with this commit [1]. [1] https://github.com/pypa/get-pip/commit/2360f025eb2a6f62d45cf99e4c6d83ba9c4d5e37 Change-Id: Ie13a6597c23c0a376f9feba2aed664e1129c5b60 --- playbooks/roles/pip3/tasks/xenial.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/pip3/tasks/xenial.yaml b/playbooks/roles/pip3/tasks/xenial.yaml index 734fa5d6d1..b7faf6164f 100644 --- a/playbooks/roles/pip3/tasks/xenial.yaml +++ b/playbooks/roles/pip3/tasks/xenial.yaml @@ -1,6 +1,6 @@ # https://github.com/pypa/get-pip/issues/83 - name: Download get-pip.py - command: wget https://bootstrap.pypa.io/3.5/get-pip.py + command: wget https://bootstrap.pypa.io/pip/3.5/get-pip.py args: chdir: /var/lib creates: /var/lib/get-pip.py