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