From e2d198099a90f8e265d4522a34b3a9ee1d8064f4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 20 Nov 2017 12:58:06 -0500 Subject: [PATCH] Consensus decision to try to slim down #518 --- roles/2-common/tasks/packages.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index df5ff005c..50173f89a 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -33,6 +33,8 @@ - avahi-daemon - avahi-discover - ifupdown + - exfat-fuse + - exfat-utils when: is_debuntu - name: Install common packages @@ -93,16 +95,15 @@ # - iptables # when: is_redhat -- name: Update common packages (debuntu) - package: name={{ item }} - state=latest - with_items: - - libc6 - - bash - - iptables - - exfat-fuse - - exfat-utils - when: is_debuntu +# Consensus decision to try to slim down @ https://github.com/iiab/iiab/issues/518 +#- name: Update common packages (debuntu) +# package: name={{ item }} +# state=latest +# with_items: +# - libc6 +# - bash +# - iptables +# when: is_debuntu #- name: If version of Network manager has changed, subsequent nmcli commands will fail,restart now # service: name=NetworkManager