diff --git a/roles/calibre/tasks/main.yml b/roles/calibre/tasks/main.yml index a1a515bc4..c5adabde2 100644 --- a/roles/calibre/tasks/main.yml +++ b/roles/calibre/tasks/main.yml @@ -38,7 +38,7 @@ state=link when: is_debuntu and calibre_enabled -- name: Enable Calibre service -- which runs calibre-server +- name: Enable Calibre service -- runs calibre-server by Kovid Goyal service: name=calibre-serve enabled=yes state=started @@ -46,7 +46,7 @@ #poll: 5 when: calibre_enabled -- name: Disable Calibre service -- which stops calibre-server +- name: Disable Calibre service -- stops calibre-server by Kovid Goyal service: name=calibre-serve enabled=no state=stopped