|
@@ -1,15 +1,15 @@
|
|
|
---
|
|
|
- name: Dependencies installed
|
|
|
community.general.pkgng:
|
|
|
- name: py311-pip,rust,libxslt,libxml2
|
|
|
+ name: py311-pip,rust,libxslt,libxml2,calibre,py311-cryptography
|
|
|
state: latest
|
|
|
|
|
|
- name: Calibre-Web installed
|
|
|
shell: "pip install calibreweb"
|
|
|
|
|
|
- name: Calibre-Web immortal file installed
|
|
|
- template:
|
|
|
- src: immortal.yml.j2
|
|
|
+ copy:
|
|
|
+ src: immortal.yml
|
|
|
dest: /usr/local/etc/immortal/calibre-web.yml
|
|
|
owner: root
|
|
|
mode: 0644
|