Fix the EL packages var name. For real.

This commit is contained in:
Andrea Dell'Amico 2020-08-04 14:47:50 +02:00
parent bba52b9777
commit 247a95af42
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_el_env_dpkg }} state={{ py3_env_pkgs_state }} yum: name={{ py3_el_env_pkg }} 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