mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
111fa65e44
Bridges will be switched to this new method in future patches.
7 lines
172 B
YAML
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
|