mpd/handlers/main.yml
2019-01-07 21:12:48 +01:00

6 lines
114 B
YAML

---
# handlers file for mpd
- name: start_mpd
become: yes
service: name=mpd.service state=started enabled=yes