From 247a95af420e5cc5d7bb52981344892bfb746770 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 4 Aug 2020 14:47:50 +0200 Subject: [PATCH] Fix the EL packages var name. For real. --- tasks/py3_el.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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