Add Matrix/Riot package and updated README
This commit is contained in:
15
package-riot/handlers/main.yml
Normal file
15
package-riot/handlers/main.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: restart matrix-synapse
|
||||
service:
|
||||
name: matrix-synapse
|
||||
state: restarted
|
||||
|
||||
- name: restart mxisd
|
||||
service:
|
||||
name: mxisd
|
||||
state: restarted
|
||||
|
||||
- name: restart nginx
|
||||
service:
|
||||
name: nginx
|
||||
state: restarted
|
Reference in New Issue
Block a user