Support Ubuntu 24.04.

This commit is contained in:
Andrea Dell'Amico 2024-09-24 12:43:25 +02:00
parent 7d4d9fa47a
commit 4a4d241fc1
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@
- not py3_env_ppa_enabled
- ansible_distribution_version is version_compare('22.04', '==')
- name: Python minor version of Ubuntu 24.04
ansible.builtin.set_fact:
py3_env_minor_version: '12'
when:
- not py3_env_ppa_enabled
- ansible_distribution_version is version_compare('24.04', '==')
- name: Manage the python packages
tags: [python, py3_env, py3_env_pkgs, python3, py3_apt]
when: py3_env_install