From 82671e3e94675fff8b4b7092bd4049c1adc50964 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 20 Nov 2017 00:13:40 -0500 Subject: [PATCH] install.yml -> config-db.yml --- roles/calibre/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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