From 33ef2544dc40678bf752d9ad6616c7419d468873 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 30 Apr 2026 06:49:07 -0700 Subject: [PATCH] Increment Debian version for Lutris. --- tasks/workstation/linux/software/lutris.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/workstation/linux/software/lutris.yml b/tasks/workstation/linux/software/lutris.yml index 9d19188..887d4ec 100644 --- a/tasks/workstation/linux/software/lutris.yml +++ b/tasks/workstation/linux/software/lutris.yml @@ -34,10 +34,10 @@ - name: Workstation | Linux | Software | Lutris | Add PPA (Debian) shell: "{{ item }}" loop: - - "wget -q -O- https://download.opensuse.org/repositories/home:/strycore/Debian_12/Release.key \ + - "wget -q -O- https://download.opensuse.org/repositories/home:/strycore/Debian_13/Release.key \ | gpg --dearmor \ | sudo tee {{ lutris_keyfile }} > /dev/null" - - "echo 'deb [signed-by={{ lutris_keyfile }}] https://download.opensuse.org/repositories/home:/strycore/Debian_12/ ./' \ + - "echo 'deb [signed-by={{ lutris_keyfile }}] https://download.opensuse.org/repositories/home:/strycore/Debian_13/ ./' \ | sudo tee {{ lutris_source_list }} > /dev/null" - "sudo apt update" when: ansible_distribution in ("Debian") and gaming == true and not lutris_source_exists.stat.exists