classroom/roles/linroom/tasks/pelles-c.yml

13 lines
238 B
YAML
Raw Permalink Normal View History

# TODO install Pelles
- name: Install Pelles
debug:
msg: "Install Pelles-C"
- name: Install Wine
apt:
name: wine-development
state: latest
- name: Install Wine binfmt support
apt:
name: wine-binfmt
state: latest