matrix: make compatiable with Debian 12

This commit is contained in:
Markus 2023-09-06 21:41:06 +02:00
parent 586a02e545
commit c0852557af
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
---
- name: Enable matrix apt-key
apt_key: url="https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg"
apt_key: url="https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg" keyring="/etc/apt/trusted.gpg.d/matrix.gpg"
- name: Enable matrix repository
apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"