X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/c4c55ce4a7853887d746ab8ad7471bf947b1bafc..9e1c6791342fb991a4b7e8d67b37a56765312322:/preseed/stretch/commands/late_commands.d/ansible_dependencies diff --git a/preseed/stretch/commands/late_commands.d/ansible_dependencies b/preseed/stretch/commands/late_commands.d/ansible_dependencies new file mode 100755 index 0000000..8480af1 --- /dev/null +++ b/preseed/stretch/commands/late_commands.d/ansible_dependencies @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Installing Ansible dependencies" +export DEBCONF_FRONTEND=noninteractive +apt-get install --no-install-recommends -y python-minimal python-apt python-yaml python-simplejson