Skip to content
Snippets Groups Projects
Commit e1df7364 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Merge branch 'fix_ess_linux' into 'master'

Remove extra packages for ESS Linux

See merge request !9
parents 4cdd54e8 3bd67c6c
No related branches found
No related tags found
1 merge request!9Remove extra packages for ESS Linux
Pipeline #188358 passed
......@@ -12,5 +12,7 @@ run_molecule:
RUNNER_TAG: molecule
- SCENARIO: ubuntu
RUNNER_TAG: ubuntu_2204
- SCENARIO: ess-linux
RUNNER_TAG: molecule
script:
- molecule test --scenario-name $SCENARIO
......@@ -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
......
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