mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
chore(synapse): fix bad whitespace
This commit is contained in:
parent
dd4e4a064c
commit
f98e634c08
2 changed files with 0 additions and 4 deletions
|
@ -182,7 +182,6 @@
|
|||
- names: [ client ]
|
||||
when: matrix_synapse_worker_user_search
|
||||
|
||||
|
||||
- name: Collect worker configuration
|
||||
set_fact:
|
||||
matrix_synapse_workers: "{{ worker_client_info|default([]) + worker_fed_in_info|default([]) + worker_fed_out_info|default([]) + worker_media_info|default([]) + worker_pusher_info|default([]) + worker_appservice_info|default([]) + worker_user_dir_info|default([]) }}"
|
||||
|
@ -203,5 +202,3 @@
|
|||
group: synapse
|
||||
mode: 0640
|
||||
loop: "{{ matrix_synapse_workers }}"
|
||||
|
||||
|
||||
|
|
|
@ -93,4 +93,3 @@
|
|||
notify:
|
||||
- "reload systemd"
|
||||
- "restart matrix-synapse"
|
||||
|
||||
|
|
Loading…
Reference in a new issue