DCD-000: Updates cryptography before ansible install

This commit is contained in:
Varun Arbatti
2019-06-10 17:57:45 +02:00
parent 8cc8c6b160
commit 93ea0b41a7

View File

@@ -8,5 +8,6 @@ set -e
virtualenv --system-site-packages .venv
source .venv/bin/activate
pip install -U setuptools
pip install cryptography==2.7
pip install ansible==2.7.10
pip list