From 82269f8cc2bc5a2e38108e6f4a949786c94e1ae1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 6 Mar 2025 12:41:01 -0700 Subject: [PATCH] Also add the Lutris ppa for Debian. --- tasks/workstation/linux/software/packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index 80db610..cd4fa20 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -48,7 +48,7 @@ repo: ppa:lutris-team/lutris update_cache: yes state: present - when: ansible_distribution == "Ubuntu" and gaming == true + when: ansible_distribution in ("Ubuntu", "Debian") and gaming == true ignore_errors: yes - name: Workstation | Linux | Software | Packages | Add Lutris (besides ARM) @@ -72,7 +72,7 @@ repo: ppa:lutris-team/lutris update_cache: yes state: absent - when: ansible_distribution == "Ubuntu" and gaming is not defined + when: ansible_distribution in ("Ubuntu", "Debian") and gaming is not defined ignore_errors: yes # Remove Repo Software #