This commit is contained in:
parent
c7181ecbd1
commit
ef84410ae0
@ -11,7 +11,7 @@
|
||||
template:
|
||||
dest: /etc/mpd.conf # required. Location to render the template to on the remote machine.
|
||||
src: ../templates/mpd.conf.j2 # required. Path of a Jinja2 formatted template on the Ansible controller. This can be a relative or absolute path.
|
||||
notify: start_mpd
|
||||
# notify: start_mpd
|
||||
|
||||
|
||||
#- name: stat default music path
|
||||
|
@ -19,8 +19,8 @@ audio_output {
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
pid_file "/run/mpd/mpd.pid"
|
||||
db_file "/var/lib/mpd/mpd.db"
|
||||
state_file "/var/lib/mpd/mpdstate"
|
||||
playlist_directory "/var/lib/mpd/playlists"
|
||||
pid_file "~/.config/mpd/mpd.pid"
|
||||
db_file "~/.config/mpd/mpd.db"
|
||||
state_file "~/.config/mpd/mpdstate"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
max_output_buffer_size "16384"
|
||||
|
Loading…
Reference in New Issue
Block a user