remove pycrypto from the gce role

pycrypto is dead
This commit is contained in:
Jack Ivanov 2019-06-20 11:21:34 +02:00 committed by GitHub
parent c4cc59998a
commit 6902f8ad43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@
pip:
name:
- apache-libcloud
- pycrypto
state: latest
virtualenv: "{{ gce_venv }}"
virtualenv_python: python2.7