From 30f7c183643d29cf76df68ff6596c60cecc4cb9a Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 24 May 2019 22:55:54 -0400 Subject: [PATCH] parens in condition for clarity --- roles/calibre/tasks/debs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 8398eab71..5e174cff8 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -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