ansible-role-mealie/tasks/main.yml

13 lines
178 B
YAML

---
- name: "MEALIE | Configure"
import_tasks: config.yml
tags:
- mealie_configure
- name: "MEALIE | Install"
import_tasks: install.yml
tags:
- mealie_install