From 23560253712ab7f4c49bb356c24895ed72ccada8 Mon Sep 17 00:00:00 2001 From: "florian.richer" Date: Sat, 27 Jan 2024 21:49:31 +0100 Subject: [PATCH] Remove matrix server Signed-off-by: florian.richer --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 0e7ac93..d612d24 100644 --- a/playbook.yml +++ b/playbook.yml @@ -15,7 +15,7 @@ - { role: vaultwarden, tags: ["vaultwarden"] } - { role: home_assistant, tags: ["home_assistant"] } - { role: n8n, tags: ["n8n"] } - - { role: matrix, tags: ["matrix"] } +# - { role: matrix, tags: ["matrix"] } - { role: gitea, tags: ["gitea"] } - { role: ryot, tags: ["ryot"] } - { role: iptables, tags: ["iptables"] }