8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
- name: "MEALIE | Ensure mealie is running"
|
|
community.docker.docker_compose:
|
|
project_src: "{{ mealie_config_path | expanduser | realpath }}"
|
|
build: false
|
|
tags:
|
|
- mealie_install
|