Merge "CI: Remove Rocky9 Python handling"
This commit is contained in:
@@ -50,17 +50,6 @@
|
||||
when:
|
||||
- scenario == "lets-encrypt"
|
||||
|
||||
# NOTE(kevko): Rocky Linux has Python 3.9 as the default, but we want to use Python 3.12 instead.
|
||||
- name: Install Python3.12 and dependencies on RHEL derivatives
|
||||
dnf:
|
||||
name:
|
||||
- python3.12
|
||||
- python3.12-devel
|
||||
- python3.12-pip
|
||||
state: latest
|
||||
when: ansible_facts.os_family == 'RedHat'
|
||||
become: true
|
||||
|
||||
# NOTE(kevko): While in Rocky, virtualenv is included as part of the packages above, in Debuntu, virtualenv is in a separate package.
|
||||
- name: Install python3-virtualenv
|
||||
package:
|
||||
|
||||
Reference in New Issue
Block a user