Slavi Pantaleev
há 5 anos
committed by
GitHub
ascendente
cometimento
d0de21ab34
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
6 adições e
0 eliminações
-
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
|
|
|
@@ -211,6 +211,12 @@ |
|
|
|
state: absent |
|
|
|
when: "not matrix_nginx_proxy_proxy_riot_compat_redirect_enabled|bool" |
|
|
|
|
|
|
|
- name: Ensure Matrix nginx-proxy configuration for Hydrogen domain deleted |
|
|
|
file: |
|
|
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-client-hydrogen.conf" |
|
|
|
state: absent |
|
|
|
when: "not matrix_nginx_proxy_proxy_hydrogen_enabled|bool" |
|
|
|
|
|
|
|
- name: Ensure Matrix nginx-proxy configuration for dimension domain deleted |
|
|
|
file: |
|
|
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-dimension.conf" |
|
|
|
|