Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Install ansible dependencies. (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 committed May 5, 2016
1 parent 954f009 commit c29e5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/beetbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c29e5a3

Please sign in to comment.