switch to user config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-10-30 08:18:25 +01:00
parent c7181ecbd1
commit ef84410ae0
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
template: template:
dest: /etc/mpd.conf # required. Location to render the template to on the remote machine. 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. 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 #- name: stat default music path

View File

@ -19,8 +19,8 @@ audio_output {
format "44100:16:2" format "44100:16:2"
} }
pid_file "/run/mpd/mpd.pid" pid_file "~/.config/mpd/mpd.pid"
db_file "/var/lib/mpd/mpd.db" db_file "~/.config/mpd/mpd.db"
state_file "/var/lib/mpd/mpdstate" state_file "~/.config/mpd/mpdstate"
playlist_directory "/var/lib/mpd/playlists" playlist_directory "~/.config/mpd/playlists"
max_output_buffer_size "16384" max_output_buffer_size "16384"