Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e33b287feb | |||
| beddb48581 |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-navidrome/compare/v2.0.0...v2.0.1) (2023-01-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Make docker prefix be same as app. ([beddb48](https://git.laurivan.com/Dev/ansible-role-navidrome/commit/beddb48581242279c5c567edb7b695f0b3cdb5e4))
|
||||
|
||||
## 2.0.0 (2023-01-22)
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
---
|
||||
# defaults file for navidrome
|
||||
|
||||
navidrome_root_path: /var/local/navidrome
|
||||
navidrome_config_volume: "{{ navidrome_root_path }}/config"
|
||||
navidrome_docker_path: "{{ navidrome_root_path }}/docker"
|
||||
navidrome_root_path: /var/local
|
||||
navidrome_config_volume: "{{ navidrome_root_path }}/config/navidrome"
|
||||
navidrome_docker_path: "{{ navidrome_root_path }}/docker/navidrome"
|
||||
navidrome_music_volume: '/mnt/music'
|
||||
|
||||
navidrome_skeleton_paths:
|
||||
- "{{ navidrome_docker_path }}"
|
||||
- "{{ navidrome_config_volume }}"
|
||||
|
||||
Reference in New Issue
Block a user