ansible-role-firefly/tasks/install.yml

8 lines
201 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
tags:
- firefly_install