Feat(Choux): separate CLI music tools
This commit is contained in:
19
tasks/arch_CLI_music.yml
Normal file
19
tasks/arch_CLI_music.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- 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
|
@@ -41,7 +41,6 @@
|
||||
- name: Install extra CLI packages
|
||||
pacman:
|
||||
name:
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
- cups
|
||||
|
Reference in New Issue
Block a user