From 001976ae89279271d2bc43b59a851bbfc9efc858 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 27 Aug 2018 11:43:00 -0400 Subject: [PATCH] Update main.yml --- roles/calibre-web/tasks/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/calibre-web/tasks/main.yml b/roles/calibre-web/tasks/main.yml index efc6f9232..71f95386e 100644 --- a/roles/calibre-web/tasks/main.yml +++ b/roles/calibre-web/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Create calibre-web folders to store data and configuration files. +- name: Create calibre-web folders to store data and configuration files file: path: "{{ item }}" owner: "{{ calibreweb_user }}" @@ -11,7 +11,7 @@ - "{{ calibreweb_config }}" ## TODO: Calibre-web future release might get into pypi https://github.com/janeczku/calibre-web/issues/456 -- name: Download calibre-web github repository. +- name: Download calibre-web github repository git: repo: https://github.com/janeczku/calibre-web.git dest: "{{ calibreweb_path }}" @@ -28,7 +28,7 @@ # extra_args: '--target vendor' # ignore_errors: True ## -# Implmenting this with Ansible command module for now. +# Implementing this with Ansible command module for now. - name: Download calibre-web dependencies into vendor subdirectory command: pip install --target vendor -r ./requirements.txt args: @@ -94,11 +94,11 @@ state: stopped when: not calibreweb_enabled -- name: Disable calibre-web httpd2 site. +- name: Disable calibre-web httpd2 site command: a2dissite calibre-web.conf when: not calibreweb_enabled -#- name: Restart Apache after disabling calibre-web httpd2 site. +#- name: Restart Apache after disabling calibre-web httpd2 site # command: apachectl -k graceful # when: not calibreweb_enabled @@ -117,7 +117,7 @@ - option: name value: calibre-web - option: description - value: '"calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks."' + value: '"calibre-web is a web app providing a clean interface for browsing, reading and downloading e-books."' - option: calibreweb_url value: "{{ calibreweb_url }}" - option: calibreweb_path