mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
parens in condition for clarity
This commit is contained in:
parent
a74e187aac
commit
30f7c18364
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
- name: Install/Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18)
|
||||
command: scripts/calibre-install-latest.sh
|
||||
when: not is_rpi and (is_ubuntu_16 or is_debian_9) and internet_available
|
||||
when: (not is_rpi) and (is_ubuntu_16 or is_debian_9) and internet_available
|
||||
#when: not is_rpi and not is_ubuntu_18 and internet_available
|
||||
|
||||
- name: Install/Upgrade to Calibre unstable .deb's IF calibre_unstable_debs
|
||||
|
|
Loading…
Reference in a new issue