Install pycrypto

Not sure if it's somehow unique to my setup but Ansible needed me to install pycrypto as well.
This commit is contained in:
Drew Moseley
2016-11-17 12:07:42 -05:00
committed by GitHub
parent 8cc388dcb8
commit 6cd8c32621

View File

@@ -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!):