Remove an unused task.

This commit is contained in:
Andrea Dell'Amico 2020-08-04 15:28:44 +02:00
parent 5dbef2817a
commit cd59152748
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
- name: Install the python3 EL packages
yum: name={{ py3_el_env_pkg }} state={{ py3_env_pkgs_state }}
# - name: Install the correct pip3 version
# shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel
- name: Ensure that we have the latest pip, setuptools and wheel versions
pip:
executable: 'pip{{ py3_env_major_version }}'