Initial commit

This commit is contained in:
nemunaire 2023-12-12 10:49:22 +01:00
commit 38824afd62
5 changed files with 87 additions and 0 deletions

5
handlers/main.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: reload matterbridge
service:
name: "matterbridge{% if instance_name is defined %}.{{ instance_name }}{% endif %}"
state: restarted