12 lines
173 B
YAML
12 lines
173 B
YAML
|
---
|
||
|
|
||
|
- name: "GRIST | Configure"
|
||
|
import_tasks: config.yml
|
||
|
tags:
|
||
|
- grist_configure
|
||
|
|
||
|
- name: "GRIST | Install"
|
||
|
import_tasks: install.yml
|
||
|
tags:
|
||
|
- grist_install
|