Add wine
This commit is contained in:
parent
091cc575ef
commit
80fc41e0f4
@ -16,7 +16,8 @@
|
||||
- include: tasks/arch_gnome.yml
|
||||
- include: tasks/arch_graphicals.yml
|
||||
- include: tasks/dotfiles.yml
|
||||
- include: tasks/borg_backup.yml
|
||||
- include: tasks/wine.yml
|
||||
#- include: tasks/borg_backup.yml
|
||||
|
||||
handlers:
|
||||
- name: restart sshd
|
||||
|
14
tasks/wine.yml
Normal file
14
tasks/wine.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Install WINE
|
||||
pacman:
|
||||
name: {{ item }}
|
||||
state: present
|
||||
with_items:
|
||||
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
||||
- wine
|
||||
- wine_gecko
|
||||
- wine-mono
|
||||
# Audio
|
||||
- lib32-alsa-plugins
|
||||
- lib32-libpulse
|
||||
- lib32-openal
|
Loading…
Reference in New Issue
Block a user