Обновить roles/navidrome/tasks/main.yml

This commit is contained in:
zailon 2026-05-14 15:00:46 +05:00
parent 0fa746d759
commit c37affadc9

View File

@ -1,4 +1,16 @@
---
- name: Install beets and dependencies for metadata tagging
apt:
name:
- beets
- python3-pylast
- python3-requests
- python3-unidecode
- python3-mutagen
state: present
update_cache: yes
when: navidrome_install_beets | default(false)
- name: Create service base directory
file:
path: "{{ service_config_base }}"