ansible-role-mealie/tasks/main.yml

12 lines
177 B
YAML
Raw Permalink Normal View History

2023-01-09 15:42:53 +01:00
---
- name: "MEALIE | Configure"
import_tasks: config.yml
tags:
- mealie_configure
2023-01-09 16:40:13 +01:00
- name: "MEALIE | Install"
2023-01-09 15:42:53 +01:00
import_tasks: install.yml
tags:
- mealie_install