Laur Ivan
9d870bb96d
Docker-config is more flexible. Configuration is more hierarchical (except paths).
9 lines
213 B
YAML
9 lines
213 B
YAML
---
|
|
|
|
# Deploy navidrome
|
|
|
|
- name: "NAVIFROME | Ensure navirdome is running"
|
|
community.docker.docker_compose:
|
|
project_src: "{{ navidrome_docker_path | expanduser | realpath }}"
|
|
build: false
|
|
become: false |