10 lines
181 B
YAML
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
|