Skip to content
Snippets Groups Projects
Commit a9f6717b authored by Ross Elliot's avatar Ross Elliot
Browse files

Add proper OS restriction (ESS Linux only) for extra pacakges

ICSHWI-7320
parent 170d1a83
No related branches found
No related tags found
1 merge request!4Add ESS Linux support to role
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment