|
|
@@ -51,7 +51,7 @@ |
|
|
ansible.builtin.fail: |
|
|
ansible.builtin.fail: |
|
|
msg: >- |
|
|
msg: >- |
|
|
Generic workers should not be mixed with the new specialized worker types (room workers, sync workers, client readers, and federation readers) |
|
|
Generic workers should not be mixed with the new specialized worker types (room workers, sync workers, client readers, and federation readers) |
|
|
when: matrix_synapse_workers_generic_workers_count | int > 0 and matrix_synapse_workers_room_workers_count | int > 0 and matrix_synapse_workers_sync_workers_count | int > 0 and matrix_synapse_workers_client_reader_workers_count | int > 0 and matrix_synapse_workers_federation_reader_workers_count | int > 0 |
|
|
|
|
|
|
|
|
when: matrix_synapse_workers_generic_workers_count | int > 0 and ((matrix_synapse_workers_room_workers_count | int + matrix_synapse_workers_sync_workers_count | int + matrix_synapse_workers_client_reader_workers_count | int + matrix_synapse_workers_federation_reader_workers_count | int) > 0) |
|
|
|
|
|
|
|
|
- name: (Deprecation) Catch and report renamed settings |
|
|
- name: (Deprecation) Catch and report renamed settings |
|
|
ansible.builtin.fail: |
|
|
ansible.builtin.fail: |
|
|
|