mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
5 lines
187 B
YAML
5 lines
187 B
YAML
- include_tasks: install.yml
|
|
when: calibreweb_install and not calibreweb_installed is defined
|
|
|
|
- include_tasks: enable.yml
|
|
when: calibreweb_install or calibreweb_installed is defined
|