add restart_synapse.yml

This commit is contained in:
core 2023-06-21 18:18:04 -04:00
commit 0e8a7e54fb
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 9 additions and 0 deletions

9
restart_synapse.yml Normal file
View File

@ -0,0 +1,9 @@
---
- name: Restart synapse
hosts: synapse
tasks:
- name: Restart the synapse server
ansible.builtin.shell:
cmd: env/bin/synctl restart
chdir: $HOME/synapse