From 6cd8c32621d8c2f3b51a5968861a2bec142f26ac Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Thu, 17 Nov 2016 12:07:42 -0500 Subject: [PATCH] Install pycrypto Not sure if it's somehow unique to my setup but Ansible needed me to install pycrypto as well. --- prepare-local/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-local/README.md b/prepare-local/README.md index ff4d3fb9..2a3a1f7e 100644 --- a/prepare-local/README.md +++ b/prepare-local/README.md @@ -17,7 +17,7 @@ Virtualbox, Vagrant and Ansible - Ansible: - install Ansible's prerequisites: - $ sudo pip install paramiko PyYAML Jinja2 httplib2 six + $ sudo pip install paramiko PyYAML Jinja2 httplib2 six pycrypto - clone the Ansible repository and checkout to a stable version (don't forget the `--recursive` argument when cloning!):