12 lines
181 B
YAML
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
|