From 8345a456397758e0e8ec75e48282b5bf0c8ff13b Mon Sep 17 00:00:00 2001 From: bcurran3 Date: Sat, 25 Apr 2020 18:21:12 -0700 Subject: [PATCH] Calibre -> Calibre-web name correction --- tasks/calibre.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/calibre.yml b/tasks/calibre.yml index 321fe00d..e597f473 100644 --- a/tasks/calibre.yml +++ b/tasks/calibre.yml @@ -1,11 +1,11 @@ -- name: Create Calibre Directories +- name: Create Calibre-web Directories file: path: "{{ item }}" state: directory with_items: - "{{ calibre_data_directory }}/config" -- name: Calibre Docker Container +- name: Calibre-web Docker Container docker_container: name: calibre image: linuxserver/calibre-web:latest @@ -26,4 +26,4 @@ traefik.frontend.rule: "Host:calibre.{{ ansible_nas_domain }}" traefik.enable: "{{ calibre_available_externally }}" traefik.port: "8083" - memory: 1g \ No newline at end of file + memory: 1g