8 lines
193 B
YAML
8 lines
193 B
YAML
---
|
|
- name: "FLAME | Ensure flame is running"
|
|
community.docker.docker_compose:
|
|
project_src: "{{ flame_config_path | expanduser | realpath }}"
|
|
build: false
|
|
tags:
|
|
- flame_install
|