From b45c3ea6fc486e4ea5b8d83d4e4c4dc2dc14f943 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 2 Oct 2022 18:15:20 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdb.yaml | 4 +++- playbooks/mpdf.yaml | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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