Do not force the min version for Ubuntu > 18

This commit is contained in:
Andrea Dell'Amico 2022-12-19 15:13:18 +01:00
parent 596ad780ba
commit fbc6cd515a
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ py3_el_env_mandatory_pkg:
- 'python{{ py3_env_major_version }}'
- 'python{{ py3_env_major_version }}-pip'
- 'python{{ py3_env_major_version }}-setuptools'
- 'python{{ py3_el_env_version }}-virtualenv'
- 'python{% if ansible_distribution_version is version_compare('18.04', '<=') %}{{ py3_el_env_version }}{% else %}{{ py3_env_major_version }}{% endif %}-virtualenv'