ansible-role-firefly/tasks/install.yml

9 lines
216 B
YAML

---
- name: "FIREFLY | Ensure firefly is running"
community.docker.docker_compose:
project_src: "{{ firefly_config_path | expanduser | realpath }}"
build: false
pull: true
tags:
- firefly_install