Initial commit
This commit is contained in:
commit
38824afd62
5 changed files with 87 additions and 0 deletions
5
handlers/main.yml
Normal file
5
handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: reload matterbridge
|
||||
service:
|
||||
name: "matterbridge{% if instance_name is defined %}.{{ instance_name }}{% endif %}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue