diff --git a/playbooks/mpdb.yaml b/playbooks/mpdb.yaml index fb899aa..7567d0e 100644 --- a/playbooks/mpdb.yaml +++ b/playbooks/mpdb.yaml @@ -18,7 +18,7 @@ gapless_mp3_playback: yes save_absolute_paths_in_playlists: yes metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc - auto_update: no + auto_update: yes auto_update_depth: 3 follow_outside_symlinks: no follow_inside_symlinks: no @@ -44,6 +44,8 @@ name: - mpd - mpc + - libflac8 + - lame state: latest update_cache: yes - name: setup config on hosts diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index bcae623..0f9e211 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -19,7 +19,7 @@ gapless_mp3_playback: yes save_absolute_paths_in_playlists: yes metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc - auto_update: no + auto_update: yes auto_update_depth: 3 follow_outside_symlinks: no follow_inside_symlinks: no @@ -50,6 +50,16 @@ name: mpd state: latest update_cache: yes + - name: Install mpdb on hosts + apt: + name: + - mpd + - mpc + - libflac8 + - lame + state: latest + update_cache: yes + - name: setup config on hosts template: src: mpdf.conf.j2