2021-12-01 19:13:34 +01:00

8 lines
111 B
YAML

---
- name: restart ma1sd
service: name=matrix-ma1sd state=restarted
when: not ma1sd_started.changed
...