Feat(Choux): update wine packages and add lutris

This commit is contained in:
Bertrand Benjamin 2019-04-16 09:43:44 +02:00
parent 90734e6ee5
commit 6345da2907
1 changed files with 12 additions and 12 deletions

View File

@ -19,17 +19,17 @@
pacman:
update_cache: yes
- name: Install WINE
- name: Install WINE and Lutris
pacman:
name: "{{ item }}"
name:
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
- wine
- winetricks
- wine_gecko
- wine-mono
# Audio
- lib32-alsa-plugins
- lib32-libpulse
- lib32-openal
- lutris
state: present
with_items:
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
- wine
- winetricks
- wine_gecko
- wine-mono
# Audio
- lib32-alsa-plugins
- lib32-libpulse
- lib32-openal