remove pycrypto from the gce role (#1489)

pycrypto is dead
This commit is contained in:
Jack Ivanov 2019-07-04 18:00:15 +02:00 committed by GitHub
parent 0e6554943f
commit f986811d64
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