From: martin f. krafft Date: Wed, 26 Feb 2014 12:58:30 +0000 (+0100) Subject: do not install APT recommendations X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/08846e449643e8901bdd27fd7d1b1405c513b859?ds=inline do not install APT recommendations --- diff --git a/preseed/wheezy/commands/late_commands.d/ansible_dependencies b/preseed/wheezy/commands/late_commands.d/ansible_dependencies index 754114f..8480af1 100755 --- a/preseed/wheezy/commands/late_commands.d/ansible_dependencies +++ b/preseed/wheezy/commands/late_commands.d/ansible_dependencies @@ -2,4 +2,4 @@ echo "Installing Ansible dependencies" export DEBCONF_FRONTEND=noninteractive -apt-get install -y python-minimal python-json python-apt +apt-get install --no-install-recommends -y python-minimal python-apt python-yaml python-simplejson