ansible/roles/music/tasks/mpd.yaml

7 lines
86 B
YAML

---
- name: Install MPD
apt:
name:
- jackd
- mpd
state: present