From dbbcfec1b4e644cad016880fcc1a335d0a1c62f8 Mon Sep 17 00:00:00 2001 From: Christos Karamolegkos Date: Fri, 15 Oct 2021 14:31:58 +0300 Subject: [PATCH] Mention suse linux support in docs Add a note in the docs about the suse linux support that was added with #1333 --- docs/prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/prerequisites.md b/docs/prerequisites.md index 0da1c7157..0164e114f 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -7,6 +7,7 @@ To install Matrix services using this Ansible playbook, you need: - **Debian** (10/Buster or newer) - **Ubuntu** (18.04 or newer, although [20.04 may be problematic](ansible.md#supported-ansible-versions)) - **Archlinux** + - **Suse** (Leap 15.2 and Tumbleweed) Generally, newer is better. We only strive to support released stable versions of distributions, not betas or pre-releases. This playbook can take over your whole server or co-exist with other services that you have there.