ansible-role-mealie/tasks/install.yml
2023-01-09 15:42:53 +01:00

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