mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-29 18:01:24 +01: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
|
||
|
|
|
||
|
|
...
|