mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-17 20:54:57 +00:00
remove etherpad nginx config automatically
This commit is contained in:
parent
844f05dcef
commit
a4dbc27f34
@ -321,6 +321,12 @@
|
|||||||
state: absent
|
state: absent
|
||||||
when: "not matrix_nginx_proxy_proxy_ntfy_enabled | bool"
|
when: "not matrix_nginx_proxy_proxy_ntfy_enabled | bool"
|
||||||
|
|
||||||
|
- name: Ensure Matrix nginx-proxy configuration for etherpad domain deleted
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-etherpad.conf"
|
||||||
|
state: absent
|
||||||
|
when: "not matrix_nginx_proxy_proxy_etherpad_enabled | bool"
|
||||||
|
|
||||||
- name: Ensure Matrix nginx-proxy homepage for base domain deleted
|
- name: Ensure Matrix nginx-proxy homepage for base domain deleted
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ matrix_nginx_proxy_data_path }}/matrix-domain/index.html"
|
path: "{{ matrix_nginx_proxy_data_path }}/matrix-domain/index.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user