Relocate tasks related to Synapse workers

This commit is contained in:
Slavi Pantaleev
2021-02-15 10:42:20 +02:00
parent 5cfeae806b
commit 453a4ec2d8
7 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
when: matrix_synapse_enabled|bool
- name: Ensure systemd services for workers are injected
include_tasks: "{{ role_path }}/tasks/workers/util/inject_systemd_services_for_worker.yml"
include_tasks: "{{ role_path }}/tasks/synapse/workers/util/inject_systemd_services_for_worker.yml"
with_items: "{{ matrix_synapse_workers_enabled_list }}"
loop_control:
loop_var: matrix_synapse_worker_details