|
@@ -1,7 +1,7 @@
|
|
|
---
|
|
|
- name: Dependencies installed
|
|
|
community.general.pkgng:
|
|
|
- name: git-tiny,go,npm-node16,pkgconf,gmake
|
|
|
+ name: git-tiny,go,npm-node18,pkgconf,gmake,taglib
|
|
|
state: latest
|
|
|
|
|
|
|
|
@@ -23,7 +23,9 @@
|
|
|
|
|
|
- name: Build navidrome
|
|
|
command: gmake setup && gmake buildall
|
|
|
- chdir: /usr/local/src/navidrome
|
|
|
+ args:
|
|
|
+ chdir: /usr/local/src/navidrome
|
|
|
+ ignore_errors: true
|
|
|
|
|
|
- name: Immortal file installed
|
|
|
file:
|
|
@@ -31,4 +33,5 @@
|
|
|
dest: /usr/local/etc/immortal/navidrome.yml
|
|
|
owner: root
|
|
|
mode: 0600
|
|
|
+ state: file
|
|
|
notify: Immortal restarted
|