Преглед изворни кода

update survey template formatting

pull/982/head
Michael пре 5 година
родитељ
комит
f41bfb69d2
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      roles/matrix-awx/surveys/configure_ma1sd.json.j2
  2. +1
    -1
      roles/matrix-awx/surveys/configure_synapse_admin.json.j2

+ 1
- 1
roles/matrix-awx/surveys/configure_ma1sd.json.j2 Прегледај датотеку

@@ -8,7 +8,7 @@
"required": false,
"min": null,
"max": null,
"default": "{{ matrix_ma1sd_enabled|string|lower }}",
"default": "{{ matrix_ma1sd_enabled | string | lower }}",
"choices": "true\nfalse",
"new_question": true,
"variable": "matrix_ma1sd_enabled",


+ 1
- 1
roles/matrix-awx/surveys/configure_synapse_admin.json.j2 Прегледај датотеку

@@ -8,7 +8,7 @@
"required": false,
"min": null,
"max": null,
"default": "{{ matrix_synapse_admin_enabled|string|lower }}",
"default": "{{ matrix_synapse_admin_enabled | string | lower }}",
"choices": "true\nfalse",
"new_question": true,
"variable": "matrix_synapse_admin_enabled",


Loading…
Откажи
Сачувај