mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-28 08:03:25 +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
|
||
|
|
||
|
...
|