Ansible_workstation/tasks/arch_CLI_music.yml

17 lines
220 B
YAML
Raw Normal View History

2018-11-29 16:38:08 +00:00
---
- name: Install music CLI packages
pacman:
name:
- moc
- mpd
2018-11-29 16:46:36 +00:00
- mpc
2018-11-29 16:38:08 +00:00
- ncmpcpp
state: present
- name: enable service mpd
systemd:
name: mpd
enabled: yes
state: started