diff --git a/roles/calibre/tasks/main.yml b/roles/calibre/tasks/main.yml index 95c67476f..487ce282b 100644 --- a/roles/calibre/tasks/main.yml +++ b/roles/calibre/tasks/main.yml @@ -3,7 +3,7 @@ path: "{{ calibre_dbpath }}/metadata.db" register: calibre_db -- name: Installing Calibre via calibre-installer.py +- name: Install Calibre via calibre-installer.py include_tasks: installer.yml when: not calibre_db.stat.exists and (is_redhat or is_ubuntu) @@ -12,7 +12,7 @@ when: not calibre_db.stat.exists and is_debian - name: Install Calibre - All - include_tasks: install.yml + include_tasks: config-db.yml when: not calibre_db.stat.exists - name: Create calibre-serve.service and calibre.conf