mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
DCD-000: unpins cryptography before ansible install
This commit is contained in:
@@ -8,6 +8,5 @@ set -e
|
|||||||
virtualenv --system-site-packages .venv
|
virtualenv --system-site-packages .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install cryptography==2.7
|
|
||||||
pip install ansible==2.7.10
|
pip install ansible==2.7.10
|
||||||
pip list
|
pip list --format legacy
|
||||||
|
|||||||
Reference in New Issue
Block a user