Increment Debian version for Lutris.

This commit is contained in:
2026-04-30 06:49:07 -07:00
parent 4b8f122376
commit 33ef2544dc

View File

@@ -34,10 +34,10 @@
- name: Workstation | Linux | Software | Lutris | Add PPA (Debian) - name: Workstation | Linux | Software | Lutris | Add PPA (Debian)
shell: "{{ item }}" shell: "{{ item }}"
loop: 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 \ | gpg --dearmor \
| sudo tee {{ lutris_keyfile }} > /dev/null" | 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 tee {{ lutris_source_list }} > /dev/null"
- "sudo apt update" - "sudo apt update"
when: ansible_distribution in ("Debian") and gaming == true and not lutris_source_exists.stat.exists when: ansible_distribution in ("Debian") and gaming == true and not lutris_source_exists.stat.exists