2023-04-30 12:44:46 +02:00
|
|
|
---
|
|
|
|
- name: "FIREFLY | Ensure firefly is running"
|
|
|
|
community.docker.docker_compose:
|
|
|
|
project_src: "{{ firefly_config_path | expanduser | realpath }}"
|
|
|
|
build: false
|
2024-01-29 12:03:22 +01:00
|
|
|
pull: true
|
2023-04-30 12:44:46 +02:00
|
|
|
tags:
|
|
|
|
- firefly_install
|