diff --git a/tasks/py3_el.yml b/tasks/py3_el.yml index b6b095a..0782e02 100644 --- a/tasks/py3_el.yml +++ b/tasks/py3_el.yml @@ -1,7 +1,7 @@ --- - block: - 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 # shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel