|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
path: "{{ matrix_local_bin_path }}/matrix-synapse-worker-write-pid"
|
|
|
|
|
state: absent
|
|
|
|
|
|
|
|
|
|
- include_tasks: "{{ role_path }}/tasks/workers/setup_install.yml"
|
|
|
|
|
- include_tasks: "{{ role_path }}/tasks/synapse/workers/setup_install.yml"
|
|
|
|
|
when: "matrix_synapse_enabled|bool and matrix_synapse_workers_enabled|bool"
|
|
|
|
|
|
|
|
|
|
- include_tasks: "{{ role_path }}/tasks/workers/setup_uninstall.yml"
|
|
|
|
|
- include_tasks: "{{ role_path }}/tasks/synapse/workers/setup_uninstall.yml"
|
|
|
|
|
when: "not matrix_synapse_workers_enabled|bool"
|