Feat(Choux): Add auto_update and mpc

This commit is contained in:
Bertrand Benjamin 2018-11-29 17:46:36 +01:00
parent 3b3c87ac01
commit 6bef213972
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ music_directory "{{ music_dir }}"
# This setting enables automatic update of MPD's database when files in # This setting enables automatic update of MPD's database when files in
# music_directory are changed. # music_directory are changed.
# #
#auto_update "yes" auto_update "yes"
# #
# Limit the depth of the directories being watched, 0 means only watch # Limit the depth of the directories being watched, 0 means only watch
# the music directory itself. There is no limit by default. # the music directory itself. There is no limit by default.

View File

@ -4,6 +4,7 @@
name: name:
- moc - moc
- mpd - mpd
- mpc
- ncmpcpp - ncmpcpp
state: present state: present