matrix-docker-ansible-deploy/roles/custom/matrix-appservice-double-puppet/tasks/uninstall.yml
Slavi Pantaleev 111fa65e44 Add appservice-double-puppet service for better bridge double-puppeting
Bridges will be switched to this new method in future patches.
2024-08-17 19:00:20 +03:00

7 lines
172 B
YAML

---
- name: Ensure matrix-appservice-double-puppet paths don't exist
ansible.builtin.file:
path: "{{ matrix_appservice_double_puppet_base_path }}"
state: absent