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

12 lines
181 B
YAML

---
- name: "CALIBRE | Configure"
import_tasks: config.yml
tags:
- calibre_configure
- name: "CALIBRE | Install"
import_tasks: install.yml
tags:
- calibre_install