Laur Ivan
9d870bb96d
Docker-config is more flexible. Configuration is more hierarchical (except paths).
12 lines
189 B
YAML
12 lines
189 B
YAML
---
|
|
|
|
- name: "NAVIDROME | Configure"
|
|
import_tasks: config.yml
|
|
tags:
|
|
- navidrome.configure
|
|
|
|
- name: "NAVIDROME | Install"
|
|
import_tasks: install.yml
|
|
tags:
|
|
- navidrome.install
|