--- - name: Dependencies installed community.general.pkgng: name: py311-pip,rust,libxslt,libxml2,py311-cryptography-legacy state: latest - name: Calibre-Web installed shell: "pip install calibreweb" - name: Calibre-Web immortal file installed copy: src: immortal.yml dest: /usr/local/etc/immortal/calibre-web.yml owner: root mode: 0644 notify: Immortal restarted