From 08846e449643e8901bdd27fd7d1b1405c513b859 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 26 Feb 2014 13:58:30 +0100 Subject: [PATCH] do not install APT recommendations --- preseed/wheezy/commands/late_commands.d/ansible_dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2