Add Weka
This commit is contained in:
parent
775f4c09a1
commit
9dd2230f8a
|
@ -22,4 +22,5 @@
|
|||
- import_tasks: thonny.yml
|
||||
- import_tasks: virtualbox.yml
|
||||
- import_tasks: vmware-player.yml
|
||||
- import_tasks: weka.yml
|
||||
- import_tasks: wireshark.yml
|
||||
|
|
9
roles/classroom/tasks/weka.yml
Normal file
9
roles/classroom/tasks/weka.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Set Weka version
|
||||
set_fact:
|
||||
target_version: "3-8-6"
|
||||
|
||||
- name: Install Weka
|
||||
win_package:
|
||||
path: "https://prdownloads.sourceforge.net/weka/weka-{{ target_version }}-azul-zulu-windows.exe"
|
||||
arguments: /S
|
||||
creates_path: "%ProgramFiles%\\Weka-{{ target_version }}\\weka.jar"
|
Loading…
Reference in a new issue