mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in verify-reqs-file-prevent-bootstrap (pull request #5)
DCD-427: Fixes old version of setuptools that prevent ansible from being installed on ec2 nodes Approved-by: Adam Brokes <abrokes@atlassian.com> Approved-by: Varun Arbatti <varbatti@atlassian.com>
This commit is contained in:
@@ -7,4 +7,6 @@ set -e
|
||||
|
||||
virtualenv --system-site-packages .venv
|
||||
source .venv/bin/activate
|
||||
pip install -U setuptools
|
||||
pip install ansible==2.7.10
|
||||
pip list --format columns
|
||||
|
||||
Reference in New Issue
Block a user