From cd5915274812e8a1f911d065bce73f7881249681 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 4 Aug 2020 15:28:44 +0200 Subject: [PATCH] Remove an unused task. --- tasks/py3_el.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/py3_el.yml b/tasks/py3_el.yml index 0782e02..a467839 100644 --- a/tasks/py3_el.yml +++ b/tasks/py3_el.yml @@ -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 }}'