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