ansible-desktop/roles/lutris/tasks/main.yml

21 lines
374 B
YAML
Raw Normal View History

---
- become: yes
block:
- name: Add i386 Architecture
command: dpkg --add-architecture i386
- name: Update APT Cache for i386
apt:
update_cache: true
- name: add signal gpg key
apt_repository:
repo: ppa:lutris-team/lutris
- name: install lutris
apt:
update_cache: yes
pkg:
- lutris
- wine
- steam