Fix a wrong variable name.
This commit is contained in:
parent
5fa54b0500
commit
f1b5fc2eaa
|
@ -4,7 +4,7 @@
|
|||
apt_repository: repo={{ py3_ppa }} update_cache=yes state=present
|
||||
|
||||
- name: Install the python3 deb packages
|
||||
apt: name={{ py3_env_dpkg }} state={{ py_env_pkgs_state }} update_cache=yes cache_valid_time=600
|
||||
apt: name={{ py3_env_dpkg }} state={{ py3_env_pkgs_state }} update_cache=yes cache_valid_time=600
|
||||
|
||||
- name: Install the correct pip3 version
|
||||
shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel
|
||||
|
|
Loading…
Reference in New Issue