ansible-roles/roles/matrix_ma1sd/handlers/main.yml

8 lines
111 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: restart ma1sd
service: name=matrix-ma1sd state=restarted
when: not ma1sd_started.changed
...