10 lines
255 B
YAML
10 lines
255 B
YAML
|
---
|
||
|
- 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"
|