commit 0e8a7e54fbc271e0e36d704cb044476c5149d666 Author: core Date: Wed Jun 21 18:18:04 2023 -0400 add restart_synapse.yml diff --git a/restart_synapse.yml b/restart_synapse.yml new file mode 100644 index 0000000..84fb8ed --- /dev/null +++ b/restart_synapse.yml @@ -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