From f88414e26aaf3cd3aa7d30d69be365305c0b85a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Mon, 8 Mar 2021 19:40:07 +0100 Subject: [PATCH] Use new py27 get-pip URL --- tasks/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/common.yml b/tasks/common.yml index 542cdf3..3150284 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -31,7 +31,7 @@ - name: "Download get-pip.py" get_url: - url: "https://bootstrap.pypa.io/2.7/get-pip.py" + url: "https://bootstrap.pypa.io/pip/2.7/get-pip.py" force: "yes" dest: "/root/get-pip.py"