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

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