mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
8 lines
111 B
YAML
8 lines
111 B
YAML
![]() |
---
|
||
|
|
||
|
- name: restart ma1sd
|
||
|
service: name=matrix-ma1sd state=restarted
|
||
|
when: not ma1sd_started.changed
|
||
|
|
||
|
...
|