Fix a typo
This commit is contained in:
parent
fbc6cd515a
commit
2c1c78c6fe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue