mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +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
|
|
|
|
...
|