matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev 3c7f896246 Prevent generic workers being combined with any of the other types
Until now, the validation check would only get tripped up
if generic workers are used, combined with at least one EACH
other type of specialized workers.

This means that someone doing this:

```
matrix_synapse_workers_preset: one-of-each
matrix_synapse_workers_client_reader_workers_count: 5
```

.. would not have triggered this safety check.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3100
2024-01-20 11:24:32 +02:00
..
ext
goofys
rust-synapse-compress-state
synapse Add new worker types to the dynamic workers list 2024-01-16 11:13:51 -06:00
import_media_store.yml
import_synapse_sqlite_db.yml
init.yml Remove leftover Synapse metrics code for integrating with matrix-nginx-proxy 2024-01-12 12:57:28 +02:00
main.yml
register_user.yml
self_check_client_api.yml
self_check_federation_api.yml
setup_install.yml
setup_uninstall.yml
update_user_password.yml
validate_config.yml Prevent generic workers being combined with any of the other types 2024-01-20 11:24:32 +02:00