Remove an unused task.
This commit is contained in:
parent
5dbef2817a
commit
cd59152748
|
@ -3,9 +3,6 @@
|
||||||
- name: Install the python3 EL packages
|
- name: Install the python3 EL packages
|
||||||
yum: name={{ py3_el_env_pkg }} state={{ py3_env_pkgs_state }}
|
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
|
- name: Ensure that we have the latest pip, setuptools and wheel versions
|
||||||
pip:
|
pip:
|
||||||
executable: 'pip{{ py3_env_major_version }}'
|
executable: 'pip{{ py3_env_major_version }}'
|
||||||
|
|
Loading…
Reference in New Issue