From c29e5a3711e217e4a169920df1b59f425347a9a9 Mon Sep 17 00:00:00 2001 From: Thom Toogood Date: Thu, 5 May 2016 19:13:55 +1000 Subject: [PATCH] Install ansible dependencies. (#202) --- provisioning/beetbox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/provisioning/beetbox.sh b/provisioning/beetbox.sh index 34dc453..f1933b4 100755 --- a/provisioning/beetbox.sh +++ b/provisioning/beetbox.sh @@ -45,7 +45,8 @@ beetbox_setup() # Install ansible. sudo apt-get -y install python-pip python-dev - sudo -H pip install ansible==$ANSIBLE_VERSION + sudo pip install paramiko PyYAML Jinja2 httplib2 six + sudo pip install ansible==$ANSIBLE_VERSION # Clone beetbox if BEET_HOME doesn't exist. if [ ! -d "$BEET_HOME" ]; then