X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/e5ea710926dc73f39dc9920237d8557c79ad0e5a..49daa40014e07fd1a3edf8d6f2e9f3f69bbe0166:/preseed/wheezy/commands/late_commands.d/ansible_dependencies 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