Target Debian unstable

This commit is contained in:
Oliver Traber 2025-08-06 15:47:40 +02:00
parent b5d6a169bb
commit 64de7ba238
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 10 additions and 34 deletions

View file

@ -1,16 +1,3 @@
- name: Set apt default-release to "testing"
become: yes
copy:
src: "{{ role_path }}/files/20-tum.conf"
dest: "/etc/apt/apt.conf.d/20-tum.conf"
- name: Add unstable repository
become: yes
ansible.builtin.apt_repository:
repo: "deb http://deb.debian.org/debian unstable main contrib non-free-firmware"
state: present
update_cache: true
- name: Install build dependencies
become: yes
apt:
@ -56,7 +43,7 @@
- libxcb-composite0-dev
- libxcb-res0-dev
- xwayland
- libzip4t64
- libzip5
- libre2-dev
# xdg-desktop-portal-hyprland
- qt6-wayland