8 lines
201 B
YAML
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
|