Просмотр исходного кода

update survey template formatting

pull/982/head
Michael 4 лет назад
Родитель
Сommit
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",


Загрузка…
Отмена
Сохранить