Обновить roles/navidrome/tasks/main.yml
This commit is contained in:
parent
0fa746d759
commit
c37affadc9
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user