Add wine
This commit is contained in:
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
|
Reference in New Issue
Block a user