Skip to content
Snippets Groups Projects
Commit e8a646f4 authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'wahlhelfersystem-comment' into 'master'

Replace wahlhelfer binary installation by comment

See merge request !13
parents 1342cfaa 726c9833
No related branches found
No related tags found
1 merge request!13Replace wahlhelfer binary installation by comment
Pipeline #2859 passed
--- ---
- name: ensure we have the linear solver # You need to put the executables 'scip' and 'zimpl' in the directory
copy: # 'zibopt' (in {{app_path}}). You can download them from scipopt.org.
src: "apps/{{ item }}"
dest: "{{ app_path }}/zibopt/" #- name: ensure we have the linear solver
owner: "{{ app_user }}" # copy:
group: "{{ app_group }}" # src: "apps/{{ item }}"
mode: '0755' # dest: "{{ app_path }}/zibopt/"
with_items: # owner: "{{ app_user }}"
- scip # group: "{{ app_group }}"
- zimpl # mode: '0755'
tags: # with_items:
- wahlhelfer # - scip
- webservices # - zimpl
# tags:
# - wahlhelfer
# - webservices
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment