3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-14 21:04:47 +00:00
Files
matrix-docker-ansible-deploy/roles/custom/matrix_playbook_migration/tasks/uninstall_matrix_ssl.yml

7 lines
135 B
YAML

---
- name: Ensure matrix-ssl files are deleted
ansible.builtin.file:
path: "{{ matrix_base_data_path }}/ssl"
state: absent