ansible-role-calibre/tasks/install.yml
2023-06-09 15:41:22 +02:00

8 lines
201 B
YAML

---
- name: "CALIBRE | Ensure calibre is running"
community.docker.docker_compose:
project_src: "{{ calibre_config_path | expanduser | realpath }}"
build: false
tags:
- calibre_install