mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 14:32:51 +01:00
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
|