Don't delete config when tearing down Mautrix-Telegram
This commit is contained in:
parent
9658e86f41
commit
c0eacb74df
|
@ -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"
|
Loading…
Reference in New Issue