classroom/roles/bayesfusion/tasks/main_lin.yml
2023-09-11 22:30:48 +02:00

11 lines
257 B
YAML

# TODO install BayesFusion.yml
# https://download.bayesfusion.com/files.html?category=Academia#GeNIe
- name: Install Wine
apt:
name: wine-development
state: latest
- name: Install Wine binfmt support
apt:
name: wine-binfmt
state: latest