Skip to content
Snippets Groups Projects

Replace wahlhelfer binary installation by comment

Merged Robin Sonnabend requested to merge wahlhelfersystem-comment into master
1 file
+ 16
13
Compare changes
  • Side-by-side
  • Inline
---
---
- 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
Loading