소스 검색

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


불러오는 중...
취소
저장