1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/calibre-web/tasks/main.yml

6 lines
187 B
YAML
Raw Normal View History

2019-09-14 22:09:30 +00:00
- include_tasks: install.yml
when: calibreweb_install and not calibreweb_installed is defined
2019-09-14 22:09:30 +00:00
- include_tasks: enable.yml
when: calibreweb_install or calibreweb_installed is defined