mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
191 B
YAML
14 lines
191 B
YAML
- name: Install steam
|
|
dnf:
|
|
name: steam
|
|
become: true
|
|
|
|
- name: Install lutris
|
|
dnf:
|
|
name: lutris
|
|
become: true
|
|
|
|
- name: Install gamemode
|
|
dnf:
|
|
name: gamemode
|
|
become: true |