Refact(choux): split wine and gaming

This commit is contained in:
Bertrand Benjamin 2019-04-18 16:22:20 +02:00
parent a88753fcaf
commit 5b94ef1ec4
3 changed files with 9 additions and 3 deletions

View File

@ -19,9 +19,10 @@
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml
- include: tasks/wine.yml
- include: tasks/home_autofs.yml
- include: tasks/nfs_share.yml
- include: tasks/wine.yml
- include: tasks/gaming.yml
- include: tasks/choux_borg_backup.yml
- include: tasks/arch_virtualbox.yml

6
tasks/gaming.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install Lutris
pacman:
name:
- lutris
state: present

View File

@ -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