Ansible_workstation/roles/mpd/handlers/main.yml

7 lines
94 B
YAML
Raw Normal View History

---
# handlers file for mpd
- name: restart mpd
service:
name: mpd
state: restarted