ansible-role-grist/tasks/install.yml

8 lines
193 B
YAML
Raw Permalink Normal View History

2023-04-17 21:56:23 +02:00
---
- name: "GRIST | Ensure grist is running"
community.docker.docker_compose:
project_src: "{{ grist_config_path | expanduser | realpath }}"
build: false
tags:
- grist_install