mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
use full calibre package names
This commit is contained in:
parent
450eabf939
commit
0343d3bb0c
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
backup: no
|
backup: no
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
with_items:
|
with_items:
|
||||||
- calibre
|
- calibre_3.30.0+dfsg-1_all
|
||||||
- calibre-bin
|
- calibre-bin_3.30.0+dfsg-1_armhf
|
||||||
when: internet_available and is_rpi
|
when: internet_available and is_rpi
|
||||||
|
|
||||||
- name: Install Calibre experimental .debs IF calibre_via_debs (AND /usr/bin/calibre WAS MISSING)
|
- name: Install Calibre experimental .debs IF calibre_via_debs (AND /usr/bin/calibre WAS MISSING)
|
||||||
|
|
Loading…
Reference in a new issue