mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-27 05:17:56 +01:00
first round of variable name changes
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
"default": "{{ matrix_synapse_max_upload_size_mb }}",
|
||||
"choices": "",
|
||||
"new_question": true,
|
||||
"variable": "matrix_synapse_max_upload_size_mb_raw",
|
||||
"variable": "awx_synapse_max_upload_size_mb",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@
|
||||
"default": {{ awx_url_preview_accept_language_default | to_json }},
|
||||
"choices": "",
|
||||
"new_question": true,
|
||||
"variable": "awx_url_preview_accept_language_raw",
|
||||
"variable": "awx_url_preview_accept_language",
|
||||
"type": "textarea"
|
||||
},
|
||||
{
|
||||
@@ -140,10 +140,10 @@
|
||||
"required": false,
|
||||
"min": 0,
|
||||
"max": 65536,
|
||||
"default": {{ awx_federation_whitelist_raw | to_json }},
|
||||
"default": {{ awx_federation_whitelist | to_json }},
|
||||
"choices": "",
|
||||
"new_question": true,
|
||||
"variable": "awx_federation_whitelist_raw",
|
||||
"variable": "awx_federation_whitelist",
|
||||
"type": "textarea"
|
||||
},
|
||||
{
|
||||
@@ -152,10 +152,10 @@
|
||||
"required": false,
|
||||
"min": 0,
|
||||
"max": 65536,
|
||||
"default": {{ matrix_synapse_auto_join_rooms_raw | to_json }},
|
||||
"default": {{ awx_synapse_auto_join_rooms | to_json }},
|
||||
"choices": "",
|
||||
"new_question": true,
|
||||
"variable": "matrix_synapse_auto_join_rooms_raw",
|
||||
"variable": "awx_synapse_auto_join_rooms",
|
||||
"type": "textarea"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user