|
|
|
@@ -19,8 +19,8 @@ |
|
|
|
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-nginx-proxy.service" |
|
|
|
state: absent |
|
|
|
|
|
|
|
- when: matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled | bool |
|
|
|
name: Ensure matrix-proxy-files files are deleted |
|
|
|
- name: Ensure matrix-proxy-files files are deleted |
|
|
|
when: matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled | bool |
|
|
|
ansible.builtin.file: |
|
|
|
path: "{{ matrix_base_data_path }}/nginx-proxy" |
|
|
|
state: absent |