ci: Only install default Python 3.x during image prep

Newer images will shortly be generated, so these higher Python versions aren't
needed anymore.
pull/1254/head
Alex Willmer 9 months ago
parent 40fbfe58fc
commit cc8a39864d

@ -27,12 +27,6 @@
- role: sshd_container
tasks:
- name: Configure /usr/bin/python
command: alternatives --set python /usr/bin/python3.8
args:
creates: /usr/bin/python
when: inventory_hostname in ["centos8"]
- name: Enable UTF-8 locale on Debian
copy:
dest: /etc/locale.gen

@ -6,8 +6,6 @@ packages:
- perl-JSON
- python2-virtualenv
- python3-virtualenv
- python36
- python38
package_manager_repos:
- dest: /etc/yum.repos.d/CentOS-Linux-AppStream.repo

Loading…
Cancel
Save