Merge "Restart matrix-eavesdrop when config changes"
This commit is contained in:
commit
8e00fda3c2
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