ansible-role-flame/tasks/main.yml
2023-01-12 13:55:59 +01:00

12 lines
173 B
YAML

---
- name: "FLAME | Configure"
import_tasks: config.yml
tags:
- flame_configure
- name: "FLAME | Install"
import_tasks: install.yml
tags:
- flame_install