ansible-role-flame/tasks/main.yml

12 lines
173 B
YAML
Raw Permalink Normal View History

2023-01-12 13:49:11 +01:00
---
- name: "FLAME | Configure"
import_tasks: config.yml
tags:
- flame_configure
- name: "FLAME | Install"
import_tasks: install.yml
tags:
- flame_install