add restart_synapse.yml
This commit is contained in:
commit
0e8a7e54fb
|
@ -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
|
Loading…
Reference in New Issue