Don't delete config when tearing down Mautrix-Telegram

This commit is contained in:
Mathias Teier 2021-01-31 20:53:11 +01:00
parent 9658e86f41
commit c0eacb74df
No known key found for this signature in database
GPG Key ID: AF77EC46DA9525FE
1 changed files with 0 additions and 4 deletions

View File

@ -2,9 +2,5 @@
- hosts: teier.eu - hosts: teier.eu
gather_facts: no gather_facts: no
tasks: tasks:
- name: Delete config
copy:
src: config/config.yaml
dest: /var/mautrix-telegram/config.yaml
- name: Teardown Mautrix Telegram - name: Teardown Mautrix Telegram
shell: "cd /dc/mautrix-telegram && docker-compose down" shell: "cd /dc/mautrix-telegram && docker-compose down"