This commit is contained in:
Timotej Lazar 2022-09-20 09:31:56 +00:00
parent 775f4c09a1
commit 9dd2230f8a
2 changed files with 10 additions and 0 deletions

View file

@ -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

View 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"