Fix a typo

This commit is contained in:
Andrea Dell'Amico 2022-12-19 15:14:25 +01:00
parent fbc6cd515a
commit 2c1c78c6fe
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{% if ansible_distribution_version is version_compare('18.04', '<=') %}{{ py3_el_env_version }}{% else %}{{ py3_env_major_version }}{% endif %}-virtualenv'
- "python{% if ansible_distribution_version is version_compare('18.04', '<=') %}{{ py3_el_env_version }}{% else %}{{ py3_env_major_version }}{% endif %}-virtualenv"