ansible-role-calibre/tasks/main.yml

12 lines
181 B
YAML
Raw Normal View History

2023-06-09 15:41:22 +02:00
---
- name: "CALIBRE | Configure"
import_tasks: config.yml
tags:
- calibre_configure
- name: "CALIBRE | Install"
import_tasks: install.yml
tags:
- calibre_install