From 4598f5ecf4356dabce7cbff05fe3494cbb3b7591 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 11:05:23 -0600 Subject: [PATCH] Add Lutris PPA for Ubuntu. --- tasks/workstation/linux/software/flatpaks.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/workstation/linux/software/flatpaks.yml b/tasks/workstation/linux/software/flatpaks.yml index c2cb7e6..55b2d0c 100644 --- a/tasks/workstation/linux/software/flatpaks.yml +++ b/tasks/workstation/linux/software/flatpaks.yml @@ -72,6 +72,13 @@ # Software not yet available in Flatpak form. +- name: Workstation | Linux | Flatpak | Add Lutris PPA to Ubuntu + apt_repository: + repo: ppa:lutris-team/lutris + update_cache: yes + state: present + when: ansible_distribution = "Ubuntu" + - name: Workstation | Linux | Flatpak | Install Lutris from Package Manager package: name: lutris