ansible-role-grist/tasks/main.yml

12 lines
205 B
YAML
Raw Normal View History

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