From b60b20398c5672623d07c08fd4c0168621a39d11 Mon Sep 17 00:00:00 2001 From: "Lucas A. M. Magalhaes" <lucas.magalhaes@ess.eu> Date: Thu, 18 Apr 2024 15:15:00 +0200 Subject: [PATCH] Remove extra packages for ESS Linux --- tasks/install.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index be00a78..70cdf7d 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -6,13 +6,6 @@ - sudo state: present -- name: install extra required packages (ess-linux) - package: - name: - - tar - state: present - when: ansible_os_family == 'Concurrent CPU SDK' - - name: check if conda is installed command: "{{ conda_path }}/bin/conda --version 2>&1" check_mode: false -- GitLab