From 6aafc58984649e57c4a1b91358478eae90917065 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 14 Jan 2019 08:57:47 -0500 Subject: [PATCH 1/2] Update default_vars.yml --- vars/default_vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index a58d8a361..3a9404344 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -486,7 +486,7 @@ calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web # Platforms - turn all off and let /opt/iiab/iiab/vars/.yml turn on as appropriate -# Wide to narrow +# Wide to narrow (insofar as poss) is_debuntu: False is_ubuntu: False is_ubuntu_18: False @@ -496,9 +496,9 @@ is_debian: False is_debian_10: False is_debian_9: False is_debian_8: False -is_rpi: False is_raspbian_9: False is_raspbian_8: False +is_rpi: False is_redhat: False is_centos: False From 3966787ac95648bc1fe404cbef66dcdc2f4e93d1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 14 Jan 2019 09:06:39 -0500 Subject: [PATCH 2/2] Update packages.yml --- roles/2-common/tasks/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index e27f24f75..fbb938ea1 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -18,7 +18,7 @@ apt: deb: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb" #timeout: "{{ download_timeout }}" # Ansible's apt module doesn't support timeout parameter; that's ok as usbmount_0.0.14.1_all.deb is only 10KB - when: internet_available and is_debian_9 + when: internet_available and is_debian_9 and not is_raspbian_9 - name: "Install 7 deb/apt packages: avahi-daemon, avahi-discover, exfat-fuse, exfat-utils, inetutils-syslogd, libnss-mdns, wpasupplicant (debuntu)" package: