|
|
@@ -18,10 +18,11 @@ |
|
|
owner: "{{ matrix_user_username }}" |
|
|
owner: "{{ matrix_user_username }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
with_items: |
|
|
with_items: |
|
|
- { directory: "{{ matrix_nginx_proxy_base_path }}" } |
|
|
|
|
|
- { directory: "{{ matrix_nginx_proxy_data_path }}" } |
|
|
|
|
|
- { directory: "{{ matrix_nginx_proxy_confd_path }}" } |
|
|
|
|
|
- { directory: "{{ matrix_nginx_proxy_synapse_cache_path }}", when: matrix_nginx_proxy_synapse_cache_enabled and not matrix_nginx_proxy_enabled } |
|
|
|
|
|
|
|
|
- directory: "{{ matrix_nginx_proxy_base_path }}" |
|
|
|
|
|
- directory: "{{ matrix_nginx_proxy_data_path }}" |
|
|
|
|
|
- directory: "{{ matrix_nginx_proxy_confd_path }}" |
|
|
|
|
|
- directory: "{{ matrix_nginx_proxy_synapse_cache_path }}" |
|
|
|
|
|
when: "matrix_nginx_proxy_synapse_cache_enabled and not matrix_nginx_proxy_enabled" |
|
|
|
|
|
|
|
|
- name: Ensure Matrix nginx-proxy configured (main config override) |
|
|
- name: Ensure Matrix nginx-proxy configured (main config override) |
|
|
template: |
|
|
template: |
|
|
|