소스 검색

Fix templating of `matrix_authentication_service_config_http_listener_web_resources_default` when `not matrix_authentication_service_admin_api_enabled`

Regression since db54063a0c

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4617
pull/4618/head
Slavi Pantaleev 10 달 전
부모
커밋
37a0967258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-authentication-service/defaults/main.yml

+ 1
- 1
roles/custom/matrix-authentication-service/defaults/main.yml 파일 보기

@@ -327,7 +327,7 @@ matrix_authentication_service_config_http_listener_web_resources_default: |-
{'name': 'assets'},
]
+
[{'name': 'adminapi'} if matrix_authentication_service_admin_api_enabled else []]
([{'name': 'adminapi'}] if matrix_authentication_service_admin_api_enabled else [])
}}
matrix_authentication_service_config_http_listener_web_resources_auto: []
matrix_authentication_service_config_http_listener_web_resources_custom: []


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