legacy-server-config/synapse/stop.yml

6 lines
123 B
YAML
Raw Permalink Normal View History

2021-01-10 16:40:52 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Stop Synapse
shell: "cd /dc/synapse && docker-compose stop"