Files
system-config/playbooks/roles/pip3/tasks/focal.yaml
Clark Boylan eda5bd9f61 Add support for python3.8 get-pip.py on focal
We already have old support for older python3.6 and bionic via this
method. Now that get-pip.py doesn't support python3.8 we do the same
thing for focal. It is unfortunate that they can't keep the script
broadly compatible but we already seem to have tooling to handle this so
take advantage of it.

Change-Id: Iba0838bc0757112905f7f1d5edfe1d3b395e470e
2025-04-29 16:22:10 -07:00

7 lines
228 B
YAML

# Latest pip (and get-pip.py) does not support the Python 3.8 on Ubuntu Focal
- name: Download get-pip.py
command: wget https://bootstrap.pypa.io/pip/3.8/get-pip.py
args:
chdir: /var/lib
creates: /var/lib/get-pip.py