continuwuity support

This commit is contained in:
Virkkunen
2025-04-23 12:31:40 +02:00
parent 79e1e0d2fe
commit dfe93af7e7
19 changed files with 2276 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
- name: Fail if invalid homeserver implementation
ansible.builtin.fail:
msg: "You need to set a valid homeserver implementation in `matrix_homeserver_implementation`"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'conduwuit']"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'conduwuit', 'continuwuity']"
- name: (Deprecation) Catch and report renamed settings
ansible.builtin.fail: