Restart matrix-eavesdrop when config changes
Change-Id: I8b8846d5451159ddf17966a58526f70ab3a258dc
This commit is contained in:
parent
c2ea42a86e
commit
44b0e32063
4
playbooks/roles/matrix-eavesdrop/handlers/main.yaml
Normal file
4
playbooks/roles/matrix-eavesdrop/handlers/main.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: Restart matrix-eavesdrop
|
||||
shell:
|
||||
cmd: docker-compose restart eavesdrop
|
||||
chdir: /etc/matrix-eavesdrop-docker/
|
@ -14,6 +14,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: Restart matrix-eavesdrop
|
||||
|
||||
- name: Ensure /etc/matrix-eavesdrop-docker directory
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user