Skip to content

Commit

Permalink
Use new py27 get-pip URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 8, 2021
1 parent c4dd94b commit f88414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/common.yml
Expand Up @@ -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"

Expand Down

0 comments on commit f88414e

Please sign in to comment.