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

Manually install Ansible dependencies. #202

Merged
merged 1 commit into from
May 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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