Support Ubuntu 24.04.
This commit is contained in:
parent
7d4d9fa47a
commit
4a4d241fc1
|
@ -25,6 +25,13 @@
|
||||||
- not py3_env_ppa_enabled
|
- not py3_env_ppa_enabled
|
||||||
- ansible_distribution_version is version_compare('22.04', '==')
|
- 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
|
- name: Manage the python packages
|
||||||
tags: [python, py3_env, py3_env_pkgs, python3, py3_apt]
|
tags: [python, py3_env, py3_env_pkgs, python3, py3_apt]
|
||||||
when: py3_env_install
|
when: py3_env_install
|
||||||
|
|
Loading…
Reference in New Issue