소스 검색
Merge pull request #2237 from etkecc/master
remove etherpad nginx config automatically
pull/2240/head
Slavi Pantaleev
3 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
6개의 추가작업 그리고
0개의 파일을 삭제
-
roles/custom/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
|
|
|
@@ -321,6 +321,12 @@ |
|
|
|
state: absent |
|
|
|
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 |
|
|
|
ansible.builtin.file: |
|
|
|
path: "{{ matrix_nginx_proxy_data_path }}/matrix-domain/index.html" |
|
|
|
|