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,11 +19,9 @@
pacman: pacman:
update_cache: yes update_cache: yes
- name: Install WINE - name: Install WINE and Lutris
pacman: pacman:
name: "{{ item }}" name:
state: present
with_items:
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl - lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
- wine - wine
- winetricks - winetricks
@ -33,3 +31,5 @@
- lib32-alsa-plugins - lib32-alsa-plugins
- lib32-libpulse - lib32-libpulse
- lib32-openal - lib32-openal
- lutris
state: present