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