e3team_ansible/restart_synapse.yml

10 lines
187 B
YAML
Raw Normal View History

2023-06-21 22:18:04 +00:00
---
- name: Restart synapse
hosts: synapse
tasks:
- name: Restart the synapse server
ansible.builtin.shell:
cmd: env/bin/synctl restart
2023-06-21 22:28:56 +00:00
chdir: $HOME/matrix