Fix a typo.
This commit is contained in:
parent
8977c31489
commit
df876f6bbf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue