Refact(choux): split wine and gaming
This commit is contained in:
parent
a88753fcaf
commit
5b94ef1ec4
@ -19,9 +19,10 @@
|
|||||||
- include: tasks/arch_gnome.yml
|
- include: tasks/arch_gnome.yml
|
||||||
- include: tasks/arch_graphicals.yml
|
- include: tasks/arch_graphicals.yml
|
||||||
- include: tasks/dotfiles.yml
|
- include: tasks/dotfiles.yml
|
||||||
- include: tasks/wine.yml
|
|
||||||
- include: tasks/home_autofs.yml
|
- include: tasks/home_autofs.yml
|
||||||
- include: tasks/nfs_share.yml
|
- include: tasks/nfs_share.yml
|
||||||
|
- include: tasks/wine.yml
|
||||||
|
- include: tasks/gaming.yml
|
||||||
- include: tasks/choux_borg_backup.yml
|
- include: tasks/choux_borg_backup.yml
|
||||||
- include: tasks/arch_virtualbox.yml
|
- include: tasks/arch_virtualbox.yml
|
||||||
|
|
||||||
|
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:
|
pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Install WINE and Lutris
|
- name: Install WINE
|
||||||
pacman:
|
pacman:
|
||||||
name:
|
name:
|
||||||
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
||||||
@ -31,5 +31,4 @@
|
|||||||
- lib32-alsa-plugins
|
- lib32-alsa-plugins
|
||||||
- lib32-libpulse
|
- lib32-libpulse
|
||||||
- lib32-openal
|
- lib32-openal
|
||||||
- lutris
|
|
||||||
state: present
|
state: present
|
||||||
|
Loading…
Reference in New Issue
Block a user