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