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

6 lines
123 B
YAML
Raw Normal View History

2021-01-17 16:37:14 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Stop Mariadb
shell: "cd /dc/mariadb && docker-compose stop"