mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 08:04:16 +02:00
16 lines
281 B
YAML
16 lines
281 B
YAML
- name: Install core gaming tools from pacman
|
|
pacman:
|
|
name:
|
|
- steam
|
|
- lutris
|
|
- gamemode
|
|
- mangohud
|
|
- lib32-mangohud
|
|
- wine
|
|
- wine-gecko
|
|
- wine-mono
|
|
- winetricks
|
|
- lib32-wine
|
|
state: present
|
|
update_cache: yes
|