mirror of
https://github.com/NeilHanlon/ansible-role-matterbridge.git
synced 2024-11-14 19:51:26 +00:00
7f5abe2844
Imported from the existing Matterbridge role in the
FOSSRIT/infrastructure repository on GitHub:
39d4cb5ca1/roles/matterbridge
Signed-off-by: Justin W. Flory <git@jwf.io>
7 lines
121 B
YAML
7 lines
121 B
YAML
---
|
|
# handlers file for matterbridge
|
|
- name: restart matterbridge
|
|
service:
|
|
name: matterbridge
|
|
state: restarted
|