ansible-role-firefly/tasks/install.yml

9 lines
216 B
YAML
Raw Normal View History

---
- 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
tags:
- firefly_install