matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml

7 lines
143 B
YAML
Raw Normal View History

2021-05-25 14:42:04 +00:00
---
- name: Ensure mjolnir-antispam doesn't exist
ansible.builtin.file:
path: "{{ matrix_synapse_ext_path }}/mjolnir"
2021-05-25 14:42:04 +00:00
state: absent