12 lines
177 B
YAML
12 lines
177 B
YAML
---
|
|
|
|
- name: "MEALIE | Configure"
|
|
import_tasks: config.yml
|
|
tags:
|
|
- mealie_configure
|
|
|
|
- name: "MEALIE | Install"
|
|
import_tasks: install.yml
|
|
tags:
|
|
- mealie_install
|