From 4b170f3eb14b595d65c4d43717d76967b6d7b074 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 26 Sep 2013 04:09:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 543614d..5782e08 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is just my repository of playbooks. ### Setup Ansible - sudo aptitude -y install git python-jinja2 python-yaml python-paramiko python-software-properties + sudo aptitude -y install git python-jinja2 python-yaml python-paramiko python-software-properties software-properties-common add-apt-repository ppa:rquillo/ansible aptitude update && aptitude install ansible echo "localhost" > /etc/ansible/hosts