mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
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:
@@ -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!):
|
||||
|
||||
Reference in New Issue
Block a user