Improve code
This commit is contained in:
parent
4f3619d609
commit
6d994ada26
1 changed files with 7 additions and 1 deletions
|
@ -53,7 +53,13 @@
|
|||
owner: '{{ matrix__synapse__user }}'
|
||||
group: '{{ matrix__synapse__group }}'
|
||||
notify: Load, enable and restart Matrix Synapse
|
||||
with_items: [other, database, acme, listeners, url_preview, captcha]
|
||||
with_items:
|
||||
- other
|
||||
- database
|
||||
- acme
|
||||
- listeners
|
||||
- url_preview
|
||||
- captcha
|
||||
|
||||
- name: Create Matrix Synapse log config
|
||||
template:
|
||||
|
|
Reference in a new issue