legacy-server-config/mautrix-telegram/teardown.yml

10 lines
255 B
YAML
Raw Normal View History

2021-01-12 21:11:45 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Delete config
copy:
src: config/config.yaml
dest: /var/mautrix-telegram/config.yaml
- name: Teardown Mautrix Telegram
shell: "cd /dc/mautrix-telegram && docker-compose down"