Fix the EL python version.

This commit is contained in:
Andrea Dell'Amico 2020-08-04 14:46:13 +02:00
parent fa053b1e3f
commit bba52b9777
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
- block: - block:
- name: Install the python3 EL packages - name: Install the python3 EL packages
yum: name={{ py3_env_dpkg }} state={{ py3_env_pkgs_state }} yum: name={{ py3_el_env_dpkg }} state={{ py3_env_pkgs_state }}
# - name: Install the correct pip3 version # - name: Install the correct pip3 version
# shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel # shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel