15 lines
280 B
YAML

- name: Install core gaming tools from pacman
community.general.pacman:
name:
- steam
- lutris
- gamemode
- mangohud
- lib32-mangohud
- wine
- wine-gecko
- wine-mono
- winetricks
state: present
update_cache: yes