mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
REmoved dep because they get included via task
This commit is contained in:
14
roles/util-desk-game-windows/tasks/main.yml
Normal file
14
roles/util-desk-game-windows/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
- name: Install core gaming tools from pacman
|
||||
pacman:
|
||||
name:
|
||||
- steam
|
||||
- lutris
|
||||
- gamemode
|
||||
- mangohud
|
||||
- lib32-mangohud
|
||||
- wine
|
||||
- wine-gecko
|
||||
- wine-mono
|
||||
- winetricks
|
||||
state: present
|
||||
update_cache: yes
|
Reference in New Issue
Block a user