e3team_ansible/stop_synapse.yml

10 lines
178 B
YAML
Raw Normal View History

2023-06-21 22:31:22 +00:00
---
- name: Stop synapse
hosts: synapse
tasks:
- name: Stop the synapse server
ansible.builtin.shell:
cmd: env/bin/synctl stop
chdir: $HOME/matrix