tacker/vagrant/devstack/roles/ubuntu-focal/controller/tasks/python3_specific_vers.yml

10 lines
186 B
YAML

---
- name: install python3 other than default version
become: yes
apt: name={{ item }}
with_items:
- python3.8
- python3.8-dev
- python3.9
- python3.9-dev