Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-02-25 18:06:46 +01:00
parent 8977c31489
commit df876f6bbf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
LANG: en_US.UTF-8
when: pip3_path_executable.stat.exists
- name: Install a list of pip3 packages on EL using /usr/bin/pip{{ py3_env_major_version }
- name: Install a list of pip3 packages on EL using /usr/bin/pip{{ py3_env_major_version }}
pip: executable=/usr/bin/pip{{ py3_env_major_version }} name={{ py3_env_pip_pkgs }} state={{ py3_pip_pkgs_state }}
environment:
LANG: en_US.UTF-8