From a5d6835eb0e41f0f0156ca9dca2760a0b2de56cf Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 19 Nov 2017 12:45:10 -0500 Subject: [PATCH] Clarif: linux-installer.py downloaded to calibre-installer.py --- roles/calibre/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calibre/tasks/main.yml b/roles/calibre/tasks/main.yml index 5172208d0..b44a15841 100644 --- a/roles/calibre/tasks/main.yml +++ b/roles/calibre/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Download latest calibre-installer.py from GitHub +- name: Download latest linux-installer.py from GitHub to calibre-installer.py # seems to work with just about any Linux, and deals with dependencies get_url: url: "{{ calibre_src_url }}"