e3team_ansible/synapse/start_synapse.yml

10 lines
181 B
YAML

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