e3team_ansible/synapse/start_synapse.yml

10 lines
181 B
YAML
Raw Permalink Normal View History

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