e3team_ansible/stop_synapse.yml

10 lines
178 B
YAML

---
- name: Stop synapse
hosts: synapse
tasks:
- name: Stop the synapse server
ansible.builtin.shell:
cmd: env/bin/synctl stop
chdir: $HOME/matrix