movim/handlers/main.yml

9 lines
101 B
YAML

---
- name: restart movim
systemd:
name: movim
daemon_reload: 'yes'
state: restarted