X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/e5ea710926dc73f39dc9920237d8557c79ad0e5a..e9bfd20022f3d770c68234259b56445d7dcba773:/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