Refact(choux): split wine and gaming
This commit is contained in:
6
tasks/gaming.yml
Normal file
6
tasks/gaming.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install Lutris
|
||||
pacman:
|
||||
name:
|
||||
- lutris
|
||||
state: present
|
@@ -19,7 +19,7 @@
|
||||
pacman:
|
||||
update_cache: yes
|
||||
|
||||
- name: Install WINE and Lutris
|
||||
- name: Install WINE
|
||||
pacman:
|
||||
name:
|
||||
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
||||
@@ -31,5 +31,4 @@
|
||||
- lib32-alsa-plugins
|
||||
- lib32-libpulse
|
||||
- lib32-openal
|
||||
- lutris
|
||||
state: present
|
||||
|
Reference in New Issue
Block a user