mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
9 lines
117 B
YAML
9 lines
117 B
YAML
---
|
|
|
|
- include: ../common/handlers/main.yml
|
|
|
|
- name: restart mxisd
|
|
service: name=matrix-mxisd state=restarted
|
|
|
|
...
|