mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Use to_json
This commit is contained in:
parent
993121e517
commit
f0d7a8e99d
@ -73,8 +73,8 @@
|
||||
},
|
||||
{% if matrix_etherpad_admin_username != "" and matrix_etherpad_admin_password != "" %}
|
||||
"users": {
|
||||
"{{ matrix_etherpad_admin_username }}": {
|
||||
"password": "{{ matrix_etherpad_admin_password }}",
|
||||
{{ matrix_etherpad_admin_username|to_json }}: {
|
||||
"password": {{ matrix_etherpad_admin_password|to_json }},
|
||||
"is_admin": true
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user