Procházet zdrojové kódy

update survey template formatting

pull/982/head
Michael před 5 roky
rodič
revize
f41bfb69d2
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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",


Načítá se…
Zrušit
Uložit