Sfoglia il codice sorgente

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 7 mesi fa
parent
commit
37a0967258
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-authentication-service/defaults/main.yml

+ 1
- 1
roles/custom/matrix-authentication-service/defaults/main.yml Vedi File

@@ -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: []


Caricamento…
Annulla
Salva