From ca3affc58c3dda4d7a7354e3d82c89b76319b95e Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Wed, 5 Feb 2025 00:48:41 +0100 Subject: [PATCH] matrix: Update draupnir to v2.1.0 --- roles/matrix/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index 130da26ae..cd1791deb 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -90,7 +90,7 @@ git: repo: https://github.com/the-draupnir-project/Draupnir dest: /var/lib/synapse/draupnir - version: v2.0.2 + version: v2.1.0 force: true become: true become_user: synapse -- GitLab