mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 10:58:30 +01:00
Fix Schildichat config cleanup for matrix-nginx-proxy
This commit is contained in:
parent
2376c920d8
commit
a0f9b1b051
@ -288,6 +288,12 @@
|
|||||||
state: absent
|
state: absent
|
||||||
when: "not matrix_nginx_proxy_proxy_element_enabled | bool"
|
when: "not matrix_nginx_proxy_proxy_element_enabled | bool"
|
||||||
|
|
||||||
|
- name: Ensure Matrix nginx-proxy configuration for Schildichat domain deleted
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-client-schildichat.conf"
|
||||||
|
state: absent
|
||||||
|
when: "not matrix_nginx_proxy_proxy_schildichat_enabled | bool"
|
||||||
|
|
||||||
- name: Ensure Matrix nginx-proxy configuration for Hydrogen domain deleted
|
- name: Ensure Matrix nginx-proxy configuration for Hydrogen domain deleted
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-client-hydrogen.conf"
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-client-hydrogen.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user