1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

parens in condition for clarity

This commit is contained in:
A Holt 2019-05-24 22:55:54 -04:00 committed by GitHub
parent a74e187aac
commit 30f7c18364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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