Fix a wrong variable name.

This commit is contained in:
Andrea Dell'Amico 2018-11-16 19:38:04 +01:00
parent 5fa54b0500
commit f1b5fc2eaa
1 changed files with 1 additions and 1 deletions

View File

@ -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