Remove conduwuit (#4913)

This commit is contained in:
Suguru Hirahara
2026-02-11 13:03:56 +00:00
committed by GitHub
parent 15ba65f235
commit fa7b784c5b
31 changed files with 59 additions and 2431 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', 'continuwuity']"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'continuwuity']"
- name: (Deprecation) Catch and report renamed settings
ansible.builtin.fail: