ansible-role-grist/tasks/main.yml

12 lines
173 B
YAML
Raw Normal View History

2023-04-17 21:56:23 +02:00
---
- name: "GRIST | Configure"
import_tasks: config.yml
tags:
- grist_configure
- name: "GRIST | Install"
import_tasks: install.yml
tags:
- grist_install