From a9f6717b2c6edfbdc8bdf088ede7164102383823 Mon Sep 17 00:00:00 2001 From: Ross Elliot <Ross.Elliot@ess.eu> Date: Wed, 8 Sep 2021 09:20:15 +0200 Subject: [PATCH] Add proper OS restriction (ESS Linux only) for extra pacakges ICSHWI-7320 --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yml b/tasks/install.yml index c222e0a..3d33ac2 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -11,6 +11,7 @@ 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" -- GitLab