diff --git a/uwsgi-python/tasks/apps/wahlhelfer.yml b/uwsgi-python/tasks/apps/wahlhelfer.yml index 5a6ad5af188cc7e2c7e2bbde38b93a8da146947f..387c77198eac7e2e6ad0644d2c55235e96fe78e6 100644 --- a/uwsgi-python/tasks/apps/wahlhelfer.yml +++ b/uwsgi-python/tasks/apps/wahlhelfer.yml @@ -1,15 +1,18 @@ --- -- name: ensure we have the linear solver - copy: - src: "apps/{{ item }}" - dest: "{{ app_path }}/zibopt/" - owner: "{{ app_user }}" - group: "{{ app_group }}" - mode: '0755' - with_items: - - scip - - zimpl - tags: - - wahlhelfer - - webservices +# You need to put the executables 'scip' and 'zimpl' in the directory +# 'zibopt' (in {{app_path}}). You can download them from scipopt.org. + +#- name: ensure we have the linear solver +# copy: +# src: "apps/{{ item }}" +# dest: "{{ app_path }}/zibopt/" +# owner: "{{ app_user }}" +# group: "{{ app_group }}" +# mode: '0755' +# with_items: +# - scip +# - zimpl +# tags: +# - wahlhelfer +# - webservices