mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Use the six module to paper over Python changes.
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
# Use Ansible from virtualenv if provided
|
||||
if [[ -f .venv/bin/ansible ]]; then
|
||||
source .venv/bin/activate
|
||||
pip install molecule docker
|
||||
pip install molecule docker six
|
||||
fi
|
||||
|
||||
for role in `find roles/ -name molecule`; do
|
||||
|
||||
Reference in New Issue
Block a user