Calibre -> Calibre-web name correction

This commit is contained in:
bcurran3 2020-04-25 18:21:12 -07:00 committed by GitHub
parent eb79d5b7f3
commit 8345a45639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
memory: 1g