main.yml 354 B

12345678910111213
  1. ---
  2. - name: Dependencies installed
  3. community.general.pkgng:
  4. name: calibre,py311-pip,rust,libxslt,libxml2,calibre,py311-cryptography-legacy,py311-sqlite3
  5. state: latest
  6. - name: Calibre immortal file installed
  7. copy:
  8. src: immortal.yml
  9. dest: /usr/local/etc/immortal/calibre.yml
  10. owner: root
  11. mode: 0644
  12. notify: Immortal restarted