Ansible_workstation/tasks/arch_CLI_music.yml

20 lines
290 B
YAML
Raw Normal View History

2018-11-29 16:38:08 +00:00
---
- name: Install music CLI packages
pacman:
name:
- moc
- mpd
- ncmpcpp
state: present
- name: enable service mpd
systemd:
name: mpd
enabled: yes
state: started
- name: Copy mpd.conf
template:
src: files/mpd.conf
dest: /etc/mpd.conf