forked from infra/ansible
matrix: make compatiable with Debian 12
This commit is contained in:
parent
586a02e545
commit
c0852557af
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Enable matrix apt-key
|
- 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
|
- name: Enable matrix repository
|
||||||
apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
|
apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
|
||||||
|
Loading…
Reference in New Issue
Block a user