From eb159a9adb937fc732b7ad6b697248bf6076f440 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 20 Nov 2017 03:41:34 -0500 Subject: [PATCH] Update debs.yml --- roles/calibre/tasks/debs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index f701daf9b..dc469efc2 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -1,8 +1,8 @@ -- name: Install Calibre (OS's other than CentOS) +- name: Start by installing OS's Calibre package package: name={{ item }} state=present with_items: - calibre -- name: Upgrade Calibre to 3.12 - command: scripts/calibre312.sh +- name: Upgrade latest Calibre + command: scripts/calibre-install-latest.sh