Delete Hydrogen nginx configuration file when disabled
This commit is contained in:
parent
b714222384
commit
d0de21ab34
@ -211,6 +211,12 @@
|
|||||||
state: absent
|
state: absent
|
||||||
when: "not matrix_nginx_proxy_proxy_riot_compat_redirect_enabled|bool"
|
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
|
- name: Ensure Matrix nginx-proxy configuration for dimension domain deleted
|
||||||
file:
|
file:
|
||||||
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-dimension.conf"
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-dimension.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user