Fixes to enable Conduit in setup-all

This commit is contained in:
Charles Wright
2022-08-04 14:35:41 -05:00
parent 53cf0e18a4
commit 20767b5149
8 changed files with 140 additions and 3 deletions

View File

@ -3,7 +3,7 @@
- name: Fail if invalid homeserver implementation
fail:
msg: "You need to set a valid homeserver implementation in `matrix_homeserver_implementation`"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite']"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit']"
# We generally support Ansible 2.7.1 and above.
- name: Fail if running on Ansible < 2.7.1