Add mpd setup
This commit is contained in:
parent
26562383cb
commit
5911d7ace4
11 changed files with 185 additions and 2 deletions
6
roles/arch/templates/mpd/music_umount.j2
Normal file
6
roles/arch/templates/mpd/music_umount.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
pkill cantata
|
||||
sudo umount {{ mpd_music_dir }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue