legacy-server-config/mautrix-signal/stop.yml

6 lines
137 B
YAML
Raw Permalink Normal View History

2021-01-17 16:37:14 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
2021-01-31 19:52:24 +00:00
- name: Stop Mautrix Signal
shell: "cd /dc/mautrix-signal && docker-compose stop"