14 lines
287 B
YAML
14 lines
287 B
YAML
# TODO install Notepad++
|
|
# ansible_os_family: "Windows" / "Debian"
|
|
- name: Install notepad++
|
|
debug:
|
|
msg: "Install Notepad++"
|
|
- name: Install Wine
|
|
apt:
|
|
name: wine-development
|
|
state: latest
|
|
- name: Install Wine binfmt support
|
|
apt:
|
|
name: wine-binfmt
|
|
state: latest
|