10 lines
339 B
YAML
Raw Normal View History

2023-04-01 16:23:45 -07:00
- name: Install gaming arch packages
pacman:
name:
- steam # Launcher for the Steam software distribution service
- lutris # Video game preservation platform
- gamemode # Optimize system performance for games on demand
- wine # A compatibility layer for windows applications
state: present
become: true