mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 12:42:29 +00:00
chore(synapse): nicer labels for worker overrides
This commit is contained in:
parent
61d5e59cb8
commit
84e9a9f312
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
+
|
||||
[ ('worker_fed_out_' + item | string) ] }}
|
||||
loop: "{{ range(1, matrix_synapse_workers_federation_out + 1) | list }}"
|
||||
loop_control:
|
||||
label: "worker_fed_out_{{ item | string }}"
|
||||
|
||||
- name: Build homeserver federation override
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in a new issue