From 46e587ee2931c7eaaa904eb8a875cb78406b776e Mon Sep 17 00:00:00 2001
From: Slavi Pantaleev <slavi@devture.com>
Date: Sat, 26 Apr 2025 09:33:01 +0300
Subject: [PATCH] Mention Continuwuity on Conduwuit docs page

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
---
 docs/configuring-playbook-conduwuit.md                           | 1 +
 .../custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuring-playbook-conduwuit.md b/docs/configuring-playbook-conduwuit.md
index 77685de03..dae349561 100644
--- a/docs/configuring-playbook-conduwuit.md
+++ b/docs/configuring-playbook-conduwuit.md
@@ -18,6 +18,7 @@ By default, the playbook installs [Synapse](https://github.com/element-hq/synaps
 > [!WARNING]
 > - **You can't switch an existing Matrix server's implementation** (e.g. Synapse -> conduwuit). Proceed below only if you're OK with losing data or you're dealing with a server on a new domain name, which hasn't participated in the Matrix federation yet.
 > - **Homeserver implementations other than Synapse may not be fully functional**. The playbook may also not assist you in an optimal way (like it does with Synapse). Make yourself familiar with the downsides before proceeding
+> - **the Conduwuit project appears to have been abandoned**. You may wish to install [Conduit](./configuring-playbook-conduit.md), or one of the Conduwuit successors (like [Continuwuity](configuring-playbook-continuwuity.md))
 
 ## Adjusting the playbook configuration
 
diff --git a/roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml b/roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml
index 311d5613c..463796cd5 100644
--- a/roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml
+++ b/roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml
@@ -7,7 +7,6 @@
 # This migrates the conduwuit server implementation (`/matrix/conduwuit`) to continuwuity (`/matrix/continuwuity`),
 #
 # Here, we merely backup the fresh continuwuity folder, relocate conduwuit directory to continuwuity (`/matrix/conduwuit`)
-#
 # and restore continuwuity labels.
 
 - name: Check existence of conduwuit directory